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
2013-01-29
Fix chunked streaming of request body and improve speed
Loïc Hoguin
2013-01-22
Remove cowboy_dispatcher
Loïc Hoguin
2013-01-20
Fix an issue for replies in onresponse mishandling headers
Loïc Hoguin
2013-01-20
Add missing clause to cowboy_req:has_resp_body/1
Loïc Hoguin
2013-01-19
Make cowboy_req:has_body/1 return boolean()
Loïc Hoguin
2013-01-18
Remove a few old @todo comments
Loïc Hoguin
2013-01-14
Add Sec-Websocket-Protocol header parsing
Loïc Hoguin
2013-01-07
Add optional automatic response body compression
Loïc Hoguin
2013-01-05
Add cowboy_req:set_resp_body_fun/2
Loïc Hoguin
2013-01-05
Remove cowboy_req:transport/1
Loïc Hoguin
2013-01-05
Change the response body streaming fun interface
Loïc Hoguin
2013-01-04
Hello 2013
Loïc Hoguin
2012-12-26
Remove cowboy_req:body/2
Loïc Hoguin
2012-12-23
Revert "Use lists:keyreplace/4 instead of lists:keydelete/3 + cons"
Loïc Hoguin
2012-12-22
Merge branch 'undefined_url' of git://github.com/treetopllc/cowboy
Loïc Hoguin
2012-12-22
Use lists:keyreplace/4 instead of lists:keydelete/3 + cons
Loïc Hoguin
2012-12-17
Fix cowboy_http:cookie_to_iodata/3
Loïc Hoguin
2012-12-07
Make cookies use universal time instead of local time
Loïc Hoguin
2012-11-27
url and host_url may return undefined
Tom Burdick
2012-11-27
Do not try to keep-alive when using HTTP/1.0
Loïc Hoguin
2012-10-11
Do not remove duplicated Set-Cookie entries
José Valim
2012-10-11
Cleanup cowboy_req:parse_header/3
Loïc Hoguin
2012-10-04
The onresponse hook now receives 4 arguments, including the body
Loïc Hoguin
2012-10-04
Fix the parsing of the Connection header
Loïc Hoguin
2012-09-29
Remove a redundant function
Loïc Hoguin
2012-09-29
Merge pull request #254 from billiob/master
Loïc Hoguin
2012-09-29
Fix a small edoc issue
Loïc Hoguin
2012-09-29
Remove the urldecode cowboy_protocol option
Loïc Hoguin
2012-09-29
Add cowboy_req:get/2 and :set/2 private functions
Loïc Hoguin
2012-09-27
Optimize Connection header parsing
Loïc Hoguin
2012-09-27
Add cowboy_req:fragment/1
Loïc Hoguin
2012-09-26
Optimize cowboy_protocol
Loïc Hoguin
2012-09-26
Use a single Transport:send/2 call to send the reply if possible
Loïc Hoguin
2012-09-24
Remove a '++' use when replying
Loïc Hoguin
2012-09-21
Don't use decode_packet/3 for parsing the headers
Loïc Hoguin
2012-09-21
Don't use decode_packet/3 for parsing the request-line
Loïc Hoguin
2012-09-17
fix typo in doc
Boris Faure
2012-09-17
Add types for onrequest and onresponse funs
Loïc Hoguin
2012-09-17
Rename cowboy_req:raw_qs/1 to cowboy_req:qs/1
Loïc Hoguin
2012-09-17
Include the eunit file only if TEST is defined
Loïc Hoguin
2012-09-17
Make cowboy_req:req() opaque
Loïc Hoguin
2012-09-17
Add the private get_connection/1 function used by cowboy_protocol
Loïc Hoguin
2012-09-17
Add the private get_buffer/1 function used by cowboy_protocol
Loïc Hoguin
2012-09-17
Add the private get_resp_state/1 function used by cowboy_protocol
Loïc Hoguin
2012-09-17
Add the private set_bindings/4 function used by cowboy_protocol
Loïc Hoguin
2012-09-17
Add the private set_buffer/2 function used by cowboy_protocol
Loïc Hoguin
2012-09-17
Add the private add_header/3 function used by cowboy_protocol
Loïc Hoguin
2012-09-17
Add the private set_connection/2 function used by cowboy_protocol
Loïc Hoguin
2012-09-17
Add the private function set_host/4 used by cowboy_protocol
Loïc Hoguin
2012-09-17
Add a private cowboy_req function to create a Req object
Loïc Hoguin
[next]