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_req.erl
Age
Commit message (
Expand
)
Author
2015-02-16
Do not send empty chunks
Loïc Hoguin
2015-02-04
Use cowlib for parsing headers; remove cowboy_http
Loïc Hoguin
2015-02-03
Use cowlib master
Loïc Hoguin
2014-10-04
Reverse the order of arguments of match_* functions
Loïc Hoguin
2014-10-01
Req#http_req.peer can be 'undefined'; update spec accordingly
Andrew Houghton
2014-09-26
Unify the init and terminate callbacks
Loïc Hoguin
2014-09-23
Breaking update of the cowboy_req interface
Loïc Hoguin
2014-08-12
Add cowboy_req:part/2 export
Michael Truog
2014-07-14
Support ad-hoc keep-alive for HTTP/1.0 Clients
Fred Hebert
2014-07-12
Remove deprecated body reading interface
Loïc Hoguin
2014-07-12
Remove useless todo comments
Loïc Hoguin
2014-07-12
Drop R15 support
Loïc Hoguin
2014-07-12
Reply with 400 on header parsing crash
Loïc Hoguin
2014-06-03
Add a return value to onresponse hook to override status/headers
Loïc Hoguin
2014-06-02
Add request body reading options
Loïc Hoguin
2014-03-27
Update cowlib to 0.6.1
Loïc Hoguin
2014-03-26
Remove outdated comments, all edoc, plus a few minor tweaks
Loïc Hoguin
2014-03-24
Use the new chunked and identity transfer decoding code from cowlib
Loïc Hoguin
2014-03-24
Use cow_http_hd:parse_transfer_encoding/1 where applicable
Loïc Hoguin
2014-03-24
Use cow_http_hd:parse_content_length/1 where applicable
Loïc Hoguin
2014-03-24
Use cow_http_hd:parse_connection/1 where applicable
Loïc Hoguin
2014-02-06
Add and document the new multipart code
Loïc Hoguin
2013-12-28
Fix typespecs for cowboy_req:binding/{2,3} and :bindings/1
Loïc Hoguin
2013-11-09
Remove an unnecessary clause in cowboy_req:body/2
Loïc Hoguin
2013-11-08
Add a workaround to disable chunked transfer-encoding
Adrian Roe
2013-11-08
Optimize query string parsing
Loïc Hoguin
2013-10-23
Move cookie parsing/building code to cowlib
Loïc Hoguin
2013-08-24
Simpler code for sending errors following crashes
Loïc Hoguin
2013-07-18
Slight docs fix in cowboy_req.erl
pmyarchon
2013-06-20
Add support for the webkit deflate frame extension
Ali Sabil
2013-06-10
Avoid crashing in cowboy_req on invalid Accept-Encoding header
Ali Sabil
2013-05-31
Don't crash on empty Cookie header
Loïc Hoguin
2013-05-30
Add experimental and incomplete SPDY support
Loïc Hoguin
2013-05-16
Move cowboy_protocol:onresponse_fun() to cowboy:onresponse_fun()
Loïc Hoguin
2013-05-16
Move cowboy_http:status() to cowboy:http_status()
Loïc Hoguin
2013-05-16
Move cowboy_http:headers() to cowboy:http_headers()
Loïc Hoguin
2013-05-16
Move cowboy_http:version() to cowboy:http_version()
Loïc Hoguin
2013-05-16
Improve the specs for cowboy_req:init_stream/4
Loïc Hoguin
2013-05-16
Make the HTTP version type more practical
Loïc Hoguin
2013-05-15
Remove cowboy_req:fragment/1
Loïc Hoguin
2013-05-15
Fix two incorrect comments in cowboy_req
Loïc Hoguin
2013-05-15
The cookie value can only be binary()
Loïc Hoguin
2013-05-15
The return value of cowboy_req:peer/1 is never undefined
Loïc Hoguin
2013-04-26
Add chunked response body fun
James Fish
2013-04-26
Merge branch 'range_header' of git://github.com/Egobrain/cowboy
Loïc Hoguin
2013-04-26
Added range header parser
Egobrain
2013-04-26
Removed asserts from unit tests
Egobrain
2013-04-22
Fix an outdated comment
Loïc Hoguin
2013-04-11
Remove cowboy_req:peer_addr/1
Loïc Hoguin
2013-04-11
Parse the x-forwarded-for header as a list of tokens
Loïc Hoguin
[next]