index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cowboy_http_req.erl
Age
Commit message (
Expand
)
Author
2012-07-31
Fix stream_body when used by multipart
Seven Du
2012-07-24
Improve typespecs
Loïc Hoguin
2012-07-22
Look for parsed headers in the cache before trying to parse
Loïc Hoguin
2012-07-22
Add support for Expect: 100-continue
Loïc Hoguin
2012-05-23
Update version to 0.6.0
0.6.0
Loïc Hoguin
2012-05-21
Make multipart code use stream_body
Loïc Hoguin
2012-05-06
Add new HTTP status codes from RFC 6585
Anthony Ramine
2012-05-04
Fixes invalid type specification for cowboy_http_req:multipart_data/1
Yurii Rashkovskii
2012-05-04
Add an 'onresponse' hook
Loïc Hoguin
2012-05-01
Refactor the reply functions
Loïc Hoguin
2012-04-29
Fix and rework the HTTP test suite
Loïc Hoguin
2012-04-01
Add chunked transfer encoding support and rework the body reading API
Loïc Hoguin
2012-03-13
Do not send chunked Transfer-Encoding replies for HTTP/1.0
Loïc Hoguin
2012-03-12
Rename inet:ip_port() to inet:port_number()
Loïc Hoguin
2012-02-27
Remove the redundant include/ from -include("http.hrl")
Loïc Hoguin
2012-02-23
Add cowboy_http:x_www_form_urlencoded/2
Loïc Hoguin
2012-02-20
Add 'Expect' header parsing
Loïc Hoguin
2012-01-23
Rename the type http_status/0 to cowboy_http:status/0
Loïc Hoguin
2012-01-23
Rename the type http_header/0 to cowboy_http:header/0
Loïc Hoguin
2012-01-23
Rename the type http_version/0 to cowboy_http:version/0
Loïc Hoguin
2012-01-23
Rename the type http_method/0 to cowboy_http:method/0
Loïc Hoguin
2012-01-23
Merge branch 'multipart' of https://github.com/nox/cowboy
Loïc Hoguin
2012-01-23
Add multipart support
Anthony Ramine
2012-01-06
Fix handler crashes handling
Loïc Hoguin
2012-01-04
inet_address:parse/1 does not accept binaries as an input, only strings
Yurii Rashkovskii
2012-01-03
Merge branch 'static-handler-split' of https://github.com/klaar/cowboy
Loïc Hoguin
2011-12-28
Add cowboy_http_req:set_resp_body_fun/3.
Magnus Klaar
2011-12-28
Add cowboy_http_req:transport/1 function.
Magnus Klaar
2011-12-22
Add 'Upgrade' header parsing
Loïc Hoguin
2011-12-19
Add meta/2 and meta/3 to cowboy_http_req to save useful protocol information
Loïc Hoguin
2011-12-19
Add missing p_headers and cookies to compacted values
Loïc Hoguin
2011-12-16
update type of resp_body to iodata
Magnus Klaar
2011-12-08
Merge branch 'master' of https://github.com/erlyvideo/cowboy
Loïc Hoguin
2011-12-08
peer_addr/1 function
Max Lapshin
2011-12-07
Merge branch 'noquoted' of https://github.com/klaar/cowboy
Loïc Hoguin
2011-12-07
replace quoted:from_url with cowboy_http:urldecode
Magnus Klaar
2011-12-07
Add cowboy_http_req:set_resp_cookie/4
Loïc Hoguin
2011-12-06
Simplify the guards for cowboy_http_req:body/2
Loïc Hoguin
2011-12-05
The semantics for a missing 'If-Match' aren't the same as '*'
Loïc Hoguin
2011-12-05
Fix specs to allow headers as iodata() and not just binary()
Loïc Hoguin
2011-11-28
Add set_resp_header/3 and set_resp_body/2 to cowboy_http_req
Loïc Hoguin
2011-11-24
Fix default parsed values for the Accept and Accept-* headers
Loïc Hoguin
2011-11-10
Support 'Content-Type' in parse_header/2
Anthony Ramine
2011-11-09
Add 'If-Match' and 'If-None-Match' to parse_header/2
Loïc Hoguin
2011-11-07
Fix reading the request body when Length < byte_size(Buffer)
Loïc Hoguin
2011-11-07
Add 'Accept-Language' to cowboy_http_req:parse_header/2
Loïc Hoguin
2011-11-05
Add 'If-Modified-Since' and 'If-Unmodified-Since' to parse_header/2
Loïc Hoguin
2011-11-04
Merge branch 'parse_header-content-length' of https://github.com/nox/cowboy
Loïc Hoguin
2011-11-04
Support 'Content-Length' in parse_header/2
Anthony Ramine
2011-11-04
Rename cowboy_http:charset/2 to conneg/2 and use it for Accept-Encoding
Loïc Hoguin
[next]