Commit History

Author SHA1 Message Date
  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
  Loïc Hoguin c605c4fa40 Add 'Accept' header parsing 13 years ago
  Loïc Hoguin fe5f0ca539 Add a max_line_length to the HTTP protocol 13 years ago
  Loïc Hoguin bf1b84eb83 Fix a misnamed variable for {loop, ...} returns in init/3 13 years ago
  Loïc Hoguin 691b7c4518 Fix specs after erlang:hibernate/3 calls were added 13 years ago
  Loïc Hoguin 5e006be01f Add support for loops in standard HTTP handlers 13 years ago
  Loïc Hoguin 138cccb4f9 Allow HTTP handlers to skip the handle/2 step in init/3 13 years ago