aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_req.erl
AgeCommit message (Expand)Author
2014-08-12Add cowboy_req:part/2 exportMichael Truog
2014-07-14Support ad-hoc keep-alive for HTTP/1.0 ClientsFred Hebert
2014-07-12Remove deprecated body reading interfaceLoïc Hoguin
2014-07-12Remove useless todo commentsLoïc Hoguin
2014-07-12Drop R15 supportLoïc Hoguin
2014-07-12Reply with 400 on header parsing crashLoïc Hoguin
2014-06-03Add a return value to onresponse hook to override status/headersLoïc Hoguin
2014-06-02Add request body reading optionsLoïc Hoguin
2014-03-27Update cowlib to 0.6.1Loïc Hoguin
2014-03-26Remove outdated comments, all edoc, plus a few minor tweaksLoïc Hoguin
2014-03-24Use the new chunked and identity transfer decoding code from cowlibLoïc Hoguin
2014-03-24Use cow_http_hd:parse_transfer_encoding/1 where applicableLoïc Hoguin
2014-03-24Use cow_http_hd:parse_content_length/1 where applicableLoïc Hoguin
2014-03-24Use cow_http_hd:parse_connection/1 where applicableLoïc Hoguin
2014-02-06Add and document the new multipart codeLoïc Hoguin
2013-12-28Fix typespecs for cowboy_req:binding/{2,3} and :bindings/1Loïc Hoguin
2013-11-09Remove an unnecessary clause in cowboy_req:body/2Loïc Hoguin
2013-11-08Add a workaround to disable chunked transfer-encodingAdrian Roe
2013-11-08Optimize query string parsingLoïc Hoguin
2013-10-23Move cookie parsing/building code to cowlibLoïc Hoguin
2013-08-24Simpler code for sending errors following crashesLoïc Hoguin
2013-07-18Slight docs fix in cowboy_req.erlpmyarchon
2013-06-20Add support for the webkit deflate frame extensionAli Sabil
2013-06-10Avoid crashing in cowboy_req on invalid Accept-Encoding headerAli Sabil
2013-05-31Don't crash on empty Cookie headerLoïc Hoguin
2013-05-30Add experimental and incomplete SPDY supportLoïc Hoguin
2013-05-16Move cowboy_protocol:onresponse_fun() to cowboy:onresponse_fun()Loïc Hoguin
2013-05-16Move cowboy_http:status() to cowboy:http_status()Loïc Hoguin
2013-05-16Move cowboy_http:headers() to cowboy:http_headers()Loïc Hoguin
2013-05-16Move cowboy_http:version() to cowboy:http_version()Loïc Hoguin
2013-05-16Improve the specs for cowboy_req:init_stream/4Loïc Hoguin
2013-05-16Make the HTTP version type more practicalLoïc Hoguin
2013-05-15Remove cowboy_req:fragment/1Loïc Hoguin
2013-05-15Fix two incorrect comments in cowboy_reqLoïc Hoguin
2013-05-15The cookie value can only be binary()Loïc Hoguin
2013-05-15The return value of cowboy_req:peer/1 is never undefinedLoïc Hoguin
2013-04-26Add chunked response body funJames Fish
2013-04-26Merge branch 'range_header' of git://github.com/Egobrain/cowboyLoïc Hoguin
2013-04-26Added range header parserEgobrain
2013-04-26Removed asserts from unit testsEgobrain
2013-04-22Fix an outdated commentLoïc Hoguin
2013-04-11Remove cowboy_req:peer_addr/1Loïc Hoguin
2013-04-11Parse the x-forwarded-for header as a list of tokensLoïc Hoguin
2013-04-11Shorten the parse_header clausesLoïc Hoguin
2013-04-11No need for fully qualified call to the same moduleLoïc Hoguin
2013-04-09Switch the arguments to cowboy_req:stream_body/2Loïc Hoguin
2013-04-02Replace init_stream/5 with stream_body/2Loïc Hoguin
2013-03-06Check the length before reading the body in body/1 and body_qs/1rambocoder
2013-03-05Make streamed chunk size configurableLoïc Hoguin
2013-03-05Handle identity transfer-encoding when determining body lengthLoïc Hoguin