Commit History

Author SHA1 Message Date
  Loïc Hoguin 1d413ea51b Move cowboy_protocol:onresponse_fun() to cowboy:onresponse_fun() 12 years ago
  Loïc Hoguin df73a4d0a5 Move cowboy_http:status() to cowboy:http_status() 12 years ago
  Loïc Hoguin f8a7856127 Move cowboy_http:headers() to cowboy:http_headers() 12 years ago
  Loïc Hoguin c0c333e41b Move cowboy_http:version() to cowboy:http_version() 12 years ago
  Loïc Hoguin ba7e6c07ec Improve the specs for cowboy_req:init_stream/4 12 years ago
  Loïc Hoguin 28186a68d0 Make the HTTP version type more practical 12 years ago
  Loïc Hoguin e0b5526f1e Remove cowboy_req:fragment/1 12 years ago
  Loïc Hoguin a45787208e Fix two incorrect comments in cowboy_req 12 years ago
  Loïc Hoguin 76c6aa2183 The cookie value can only be binary() 12 years ago
  Loïc Hoguin c582335c5b The return value of cowboy_req:peer/1 is never undefined 12 years ago
  James Fish c8242ab396 Add chunked response body fun 12 years ago
  Loïc Hoguin 9bc276df3b Merge branch 'range_header' of git://github.com/Egobrain/cowboy 12 years ago
  Egobrain 2f40a69c11 Added range header parser 12 years ago
  Egobrain 3bf5b46786 Removed asserts from unit tests 12 years ago
  Loïc Hoguin cf0e005894 Fix an outdated comment 12 years ago
  Loïc Hoguin 6256429dc9 Remove cowboy_req:peer_addr/1 12 years ago
  Loïc Hoguin 67beb4d01d Parse the x-forwarded-for header as a list of tokens 12 years ago
  Loïc Hoguin be94cb12aa Shorten the parse_header clauses 12 years ago
  Loïc Hoguin bd9c3df6d0 No need for fully qualified call to the same module 12 years ago
  Loïc Hoguin 53a48b254f Switch the arguments to cowboy_req:stream_body/2 12 years ago
  Loïc Hoguin ce1d8862c0 Replace init_stream/5 with stream_body/2 12 years ago
  rambocoder 84d7671e91 Check the length before reading the body in body/1 and body_qs/1 12 years ago
  Loïc Hoguin 233cf43ab9 Make streamed chunk size configurable 12 years ago
  Loïc Hoguin 55e98f4f61 Handle identity transfer-encoding when determining body length 12 years ago
  Egobrain 73c718dcb5 Added warn compile options. Fixed compile warnings. 12 years ago
  0xAX 1de2e1f2a4 cowbot_req:has_body:/1 improved 12 years ago
  Loïc Hoguin 20329a6e9e Fix connection state being ignored for unknown length streaming 12 years ago
  Loïc Hoguin 40b8d0befc Better handle socket closing with loop handlers 12 years ago
  Loïc Hoguin ae401f7460 Fix crashes when creating the request 12 years ago
  Loïc Hoguin 4e71cd0f14 Merge branch 'master' of git://github.com/tsloughter/cowboy 12 years ago