Commit History

Author SHA1 Message Date
  Loïc Hoguin 0406a632dc Merge branch 'response-hook' 13 years ago
  Loïc Hoguin 57fda14217 Add an 'onresponse' hook 13 years ago
  Loïc Hoguin 1524ba4f39 Merge branch 'cancel-timer' of https://github.com/etrepum/cowboy 13 years ago
  Loïc Hoguin ee8c50c5ab Fix and rework the HTTP test suite 13 years ago
  Bob Ippolito 4a8ba147fb use erlang:start_timer/3 instead of erlang:send_after/3 for handling timeouts 13 years ago
  Loïc Hoguin 95e05d822f Add chunked transfer encoding support and rework the body reading API 13 years ago
  Magnus Klaar 5a7040ee1c Convert request to proplist when logging 13 years ago
  Loïc Hoguin 7e74582432 Don't close requests when the replied body is chunked 13 years ago
  Loïc Hoguin 8e2cc3d7f1 Add an 'onrequest' hook for HTTP 13 years ago
  Loïc Hoguin 36a6823e50 Do not send chunked Transfer-Encoding replies for HTTP/1.0 13 years ago
  Loïc Hoguin d9212c21dd Remove the redundant include/ from -include("http.hrl") 13 years ago
  David Kelly e7b6e2a402 Added absoluteURI support 13 years ago
  Loïc Hoguin 062db95653 Apply a trick to the erlang:hibernate calls to suppress dialyzer warnings 13 years ago
  Loïc Hoguin 4b93c2d19a Fix a case where request body wouldn't get cleaned up on keepalive 13 years ago
  Loïc Hoguin 16d3cb76c7 Rename the type http_status/0 to cowboy_http:status/0 13 years ago
  Loïc Hoguin a297d5e42b Rename the type http_header/0 to cowboy_http:header/0 13 years ago
  Loïc Hoguin 8622dff906 Rename the type http_version/0 to cowboy_http:version/0 13 years ago
  Loïc Hoguin 314483a0b6 Rename the type http_uri/0 to cowboy_http:uri/0 13 years ago
  Loïc Hoguin 9f40167487 Rename the type http_method/0 to cowboy_http:method/0 13 years ago
  Loïc Hoguin b650ef8907 Merge branch 'multipart' of https://github.com/nox/cowboy 13 years ago
  Anthony Ramine 528507c7de Add multipart support 13 years ago
  Loïc Hoguin fd211d3c03 Fix handler crashes handling 13 years ago
  Loïc Hoguin ba87aa4193 Move the ensure_response call before ensure_body_processed 13 years ago
  Loïc Hoguin 17c9d45786 Remove outdated @todo notes and update another 13 years ago
  Loïc Hoguin 72d91583b9 Add a max_keepalive HTTP protocol option 13 years ago
  Loïc Hoguin f81cb89b54 Reply status 400 if we receive an unexpected value or error for headers 13 years ago
  Loïc Hoguin e550ba7cd3 Add cowboy:accept_ack/1 for a cleaner handling of the shoot message 13 years ago
  Loïc Hoguin 8d2102fe11 Allow HTTP protocol upgrades to use keepalive 13 years ago
  Magnus Klaar c747efbd75 replace quoted:from_url with cowboy_http:urldecode 13 years ago
  Loïc Hoguin 0201f7f2b2 cowboy_http_protocol shouldn't crash if the client sends HTTP responses 13 years ago