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
2016-08-12
Add missing specs to an internal cowboy_req function
Loïc Hoguin
2016-08-12
Merge branch 'master' of https://github.com/camshaft/cowboy
Loïc Hoguin
2016-08-10
Add specs for the cowboy_req:push/3,4 functions
Loïc Hoguin
2016-08-10
Make reply functions return Req
Loïc Hoguin
2016-08-10
Update the multipart reading interface
Loïc Hoguin
2016-08-10
Add a lot of todos
Loïc Hoguin
2016-08-10
Add tests for responses and request body reading
Loïc Hoguin
2016-06-22
Remove cowboy_req:get and set
Loïc Hoguin
2016-06-22
Remove cowboy_req:append_buffer/2
Loïc Hoguin
2016-06-22
Remove unused local function in cowboy_req
Loïc Hoguin
2016-06-22
Remove cowboy_req:set_bindings/4
Loïc Hoguin
2016-06-22
Remove cowboy_req:lock/1
Loïc Hoguin
2016-06-22
Remove cowboy_req:to_list/1
Loïc Hoguin
2016-06-21
Remove the meta functions from cowboy_req
Loïc Hoguin
2016-06-21
Add cowboy_req:uri/1,2
Loïc Hoguin
2016-06-21
Remove cowboy_req:new/14
Loïc Hoguin
2016-06-20
Add cowboy_req:scheme/1
Loïc Hoguin
2016-06-20
Fix cowboy_req:peer/1
Loïc Hoguin
2016-03-13
Fix more HTTP/2 handshake test cases
Loïc Hoguin
2016-03-10
Add the beginning of the rfc7540 test suite
Loïc Hoguin
2016-03-06
Fix warnings
Loïc Hoguin
2016-03-06
Completely remove SPDY
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-08-07
Use 'Connection' header only when necessary
Alexey Lebedeff
2015-07-27
Use map syntax instead of maps:put/3
Loïc Hoguin
2015-05-29
expect header parses to an atom (continue)
jmccaughey
2015-05-06
Merge branch 'patch-2' of https://github.com/egobrain/cowboy
Loïc Hoguin
2015-02-17
Fix reply/4 spec
Yakov
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
[next]