aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http_req.erl
AgeCommit message (Expand)Author
2012-08-27Rename cowboy_http_req to cowboy_reqLoïc Hoguin
2012-08-27Have only one -export and -export_type per lineLoïc Hoguin
2012-07-31Fix stream_body when used by multipartSeven Du
2012-07-24Improve typespecsLoïc Hoguin
2012-07-22Look for parsed headers in the cache before trying to parseLoïc Hoguin
2012-07-22Add support for Expect: 100-continueLoïc Hoguin
2012-05-23Update version to 0.6.00.6.0Loïc Hoguin
2012-05-21Make multipart code use stream_bodyLoïc Hoguin
2012-05-06Add new HTTP status codes from RFC 6585Anthony Ramine
2012-05-04Fixes invalid type specification for cowboy_http_req:multipart_data/1Yurii Rashkovskii
2012-05-04Add an 'onresponse' hookLoïc Hoguin
2012-05-01Refactor the reply functionsLoïc Hoguin
2012-04-29Fix and rework the HTTP test suiteLoïc Hoguin
2012-04-01Add chunked transfer encoding support and rework the body reading APILoïc Hoguin
2012-03-13Do not send chunked Transfer-Encoding replies for HTTP/1.0Loïc Hoguin
2012-03-12Rename inet:ip_port() to inet:port_number()Loïc Hoguin
2012-02-27Remove the redundant include/ from -include("http.hrl")Loïc Hoguin
2012-02-23Add cowboy_http:x_www_form_urlencoded/2Loïc Hoguin
2012-02-20Add 'Expect' header parsingLoïc Hoguin
2012-01-23Rename the type http_status/0 to cowboy_http:status/0Loïc Hoguin
2012-01-23Rename the type http_header/0 to cowboy_http:header/0Loïc Hoguin
2012-01-23Rename the type http_version/0 to cowboy_http:version/0Loïc Hoguin
2012-01-23Rename the type http_method/0 to cowboy_http:method/0Loïc Hoguin
2012-01-23Merge branch 'multipart' of https://github.com/nox/cowboyLoïc Hoguin
2012-01-23Add multipart supportAnthony Ramine
2012-01-06Fix handler crashes handlingLoïc Hoguin
2012-01-04inet_address:parse/1 does not accept binaries as an input, only stringsYurii Rashkovskii
2012-01-03Merge branch 'static-handler-split' of https://github.com/klaar/cowboyLoïc Hoguin
2011-12-28Add cowboy_http_req:set_resp_body_fun/3.Magnus Klaar
2011-12-28Add cowboy_http_req:transport/1 function.Magnus Klaar
2011-12-22Add 'Upgrade' header parsingLoïc Hoguin
2011-12-19Add meta/2 and meta/3 to cowboy_http_req to save useful protocol informationLoïc Hoguin
2011-12-19Add missing p_headers and cookies to compacted valuesLoïc Hoguin
2011-12-16update type of resp_body to iodataMagnus Klaar
2011-12-08Merge branch 'master' of https://github.com/erlyvideo/cowboyLoïc Hoguin
2011-12-08peer_addr/1 functionMax Lapshin
2011-12-07Merge branch 'noquoted' of https://github.com/klaar/cowboyLoïc Hoguin
2011-12-07replace quoted:from_url with cowboy_http:urldecodeMagnus Klaar
2011-12-07Add cowboy_http_req:set_resp_cookie/4Loïc Hoguin
2011-12-06Simplify the guards for cowboy_http_req:body/2Loïc Hoguin
2011-12-05The semantics for a missing 'If-Match' aren't the same as '*'Loïc Hoguin
2011-12-05Fix specs to allow headers as iodata() and not just binary()Loïc Hoguin
2011-11-28Add set_resp_header/3 and set_resp_body/2 to cowboy_http_reqLoïc Hoguin
2011-11-24Fix default parsed values for the Accept and Accept-* headersLoïc Hoguin
2011-11-10Support 'Content-Type' in parse_header/2Anthony Ramine
2011-11-09Add 'If-Match' and 'If-None-Match' to parse_header/2Loïc Hoguin
2011-11-07Fix reading the request body when Length < byte_size(Buffer)Loïc Hoguin
2011-11-07Add 'Accept-Language' to cowboy_http_req:parse_header/2Loïc Hoguin
2011-11-05Add 'If-Modified-Since' and 'If-Unmodified-Since' to parse_header/2Loïc Hoguin
2011-11-04Merge branch 'parse_header-content-length' of https://github.com/nox/cowboyLoïc Hoguin