Commit History

Author SHA1 Message Date
  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
  Magnus Klaar 9922de6d9e Tests and fixes for the generate_etag/2 callback 13 years ago
  David Kelly e7b6e2a402 Added absoluteURI support 13 years ago
  Loïc Hoguin bb08cf85e3 Remove a leftover ct:print 13 years ago
  Tom Burdick ca42ea1620 Handle delete better when no delete_resource function is implemented 13 years ago
  Loïc Hoguin dd08a90568 Merge branch 'master' of https://github.com/bfrog/cowboy 13 years ago
  Tom Burdick 62de899c95 added test for posting to a rest controller where forbidden returns true on a keep alive socket 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
  Magnus Klaar a7334d55c0 Add etag option to cowboy_http_static handler. 13 years ago
  Loïc Hoguin d2f13366a9 Fix the stream_body_set_resp test 13 years ago
  Loïc Hoguin 5095c27c65 Merge branch 'issue-114-tests' of https://github.com/klaar/cowboy into gracefully-handle-crashes 13 years ago
  Magnus Klaar 1592adcd4e only run end_static_dir for http and https 13 years ago
  Magnus Klaar 54d16c14ad Add test and doc for content types function. 13 years ago
  Magnus Klaar 50578254d5 Add tests for #114 13 years ago
  Magnus Klaar ea7ae14df8 Add built-in cowboy_http_static handler. 13 years ago
  Magnus Klaar 937a2b0326 Add cowboy_http_req:set_resp_body_fun/3. 13 years ago
  Loïc Hoguin 72d91583b9 Add a max_keepalive HTTP protocol option 13 years ago
  Loïc Hoguin 9800348c21 Move the websocket tests in a separate suite 13 years ago
  Loïc Hoguin 8d2102fe11 Allow HTTP protocol upgrades to use keepalive 13 years ago
  Loïc Hoguin ce92ab1e63 Add cowboy_http_req:set_resp_cookie/4 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 aab1587a4b Add experimental Webmachine based REST protocol support 13 years ago
  Loïc Hoguin 64a40cb479 Add set_resp_header/3 and set_resp_body/2 to cowboy_http_req 13 years ago
  Paul Oliver 30c3c75bbc Accept Sec-WebSocket-Version: 13 header on Chrome 15 through 17 13 years ago
  Loïc Hoguin 70d28ff64d Make sure the hixie-76 websocket code works properly with proxies 13 years ago
  Loïc Hoguin fe5f0ca539 Add a max_line_length to the HTTP protocol 13 years ago
  Loïc Hoguin 5e006be01f Add support for loops in standard HTTP handlers 13 years ago
  Loïc Hoguin 25ae2028d6 Add {shutdown, Req} to websocket_init/3 to fail a websocket upgrade 13 years ago