aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_req.erl
AgeCommit message (Expand)Author
2016-06-22Remove cowboy_req:lock/1Loïc Hoguin
2016-06-22Remove cowboy_req:to_list/1Loïc Hoguin
2016-06-21Remove the meta functions from cowboy_reqLoïc Hoguin
2016-06-21Add cowboy_req:uri/1,2Loïc Hoguin
2016-06-21Remove cowboy_req:new/14Loïc Hoguin
2016-06-20Add cowboy_req:scheme/1Loïc Hoguin
2016-06-20Fix cowboy_req:peer/1Loïc Hoguin
2016-03-13Fix more HTTP/2 handshake test casesLoïc Hoguin
2016-03-10Add the beginning of the rfc7540 test suiteLoïc Hoguin
2016-03-06Fix warningsLoïc Hoguin
2016-03-06Completely remove SPDYLoïc Hoguin
2016-03-05Initial commit with connection/streamsLoïc Hoguin
2015-08-07Use 'Connection' header only when necessaryAlexey Lebedeff
2015-07-27Use map syntax instead of maps:put/3Loïc Hoguin
2015-05-29expect header parses to an atom (continue)jmccaughey
2015-05-06Merge branch 'patch-2' of https://github.com/egobrain/cowboyLoïc Hoguin
2015-02-17Fix reply/4 specYakov
2015-02-16Do not send empty chunksLoïc Hoguin
2015-02-04Use cowlib for parsing headers; remove cowboy_httpLoïc Hoguin
2015-02-03Use cowlib masterLoïc Hoguin
2014-10-04Reverse the order of arguments of match_* functionsLoïc Hoguin
2014-10-01Req#http_req.peer can be 'undefined'; update spec accordinglyAndrew Houghton
2014-09-26Unify the init and terminate callbacksLoïc Hoguin
2014-09-23Breaking update of the cowboy_req interfaceLoïc Hoguin
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