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-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
2013-04-11
Shorten the parse_header clauses
Loïc Hoguin
2013-04-11
No need for fully qualified call to the same module
Loïc Hoguin
2013-04-09
Switch the arguments to cowboy_req:stream_body/2
Loïc Hoguin
2013-04-02
Replace init_stream/5 with stream_body/2
Loïc Hoguin
2013-03-06
Check the length before reading the body in body/1 and body_qs/1
rambocoder
2013-03-05
Make streamed chunk size configurable
Loïc Hoguin
2013-03-05
Handle identity transfer-encoding when determining body length
Loïc Hoguin
2013-02-21
Added warn compile options. Fixed compile warnings.
Egobrain
2013-02-14
cowbot_req:has_body:/1 improved
0xAX
2013-02-12
Fix connection state being ignored for unknown length streaming
Loïc Hoguin
2013-02-11
Better handle socket closing with loop handlers
Loïc Hoguin
2013-02-06
Fix crashes when creating the request
Loïc Hoguin
2013-02-06
Merge branch 'master' of git://github.com/tsloughter/cowboy
Loïc Hoguin
2013-02-01
add guards on set_resp_body_fun for streamlen and streamfun
Tristan Sloughter
2013-01-30
Make sure the peer name is always available
Loïc Hoguin
2013-01-30
Implement authorization header parsing
Ivan Lisenkov
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
[next]