Loïc Hoguin
|
bfb6db1eab
Simpler code for sending errors following crashes
|
11 лет назад |
pmyarchon
|
95c915dfaa
Slight docs fix in cowboy_req.erl
|
11 лет назад |
Ali Sabil
|
a63faff35e
Add support for the webkit deflate frame extension
|
12 лет назад |
Ali Sabil
|
ba1eca6b97
Avoid crashing in cowboy_req on invalid Accept-Encoding header
|
12 лет назад |
Loïc Hoguin
|
c1a1fd125d
Don't crash on empty Cookie header
|
12 лет назад |
Loïc Hoguin
|
9a2d35c2e8
Add experimental and incomplete SPDY support
|
12 лет назад |
Loïc Hoguin
|
1d413ea51b
Move cowboy_protocol:onresponse_fun() to cowboy:onresponse_fun()
|
12 лет назад |
Loïc Hoguin
|
df73a4d0a5
Move cowboy_http:status() to cowboy:http_status()
|
12 лет назад |
Loïc Hoguin
|
f8a7856127
Move cowboy_http:headers() to cowboy:http_headers()
|
12 лет назад |
Loïc Hoguin
|
c0c333e41b
Move cowboy_http:version() to cowboy:http_version()
|
12 лет назад |
Loïc Hoguin
|
ba7e6c07ec
Improve the specs for cowboy_req:init_stream/4
|
12 лет назад |
Loïc Hoguin
|
28186a68d0
Make the HTTP version type more practical
|
12 лет назад |
Loïc Hoguin
|
e0b5526f1e
Remove cowboy_req:fragment/1
|
12 лет назад |
Loïc Hoguin
|
a45787208e
Fix two incorrect comments in cowboy_req
|
12 лет назад |
Loïc Hoguin
|
76c6aa2183
The cookie value can only be binary()
|
12 лет назад |
Loïc Hoguin
|
c582335c5b
The return value of cowboy_req:peer/1 is never undefined
|
12 лет назад |
James Fish
|
c8242ab396
Add chunked response body fun
|
12 лет назад |
Loïc Hoguin
|
9bc276df3b
Merge branch 'range_header' of git://github.com/Egobrain/cowboy
|
12 лет назад |
Egobrain
|
2f40a69c11
Added range header parser
|
12 лет назад |
Egobrain
|
3bf5b46786
Removed asserts from unit tests
|
12 лет назад |
Loïc Hoguin
|
cf0e005894
Fix an outdated comment
|
12 лет назад |
Loïc Hoguin
|
6256429dc9
Remove cowboy_req:peer_addr/1
|
12 лет назад |
Loïc Hoguin
|
67beb4d01d
Parse the x-forwarded-for header as a list of tokens
|
12 лет назад |
Loïc Hoguin
|
be94cb12aa
Shorten the parse_header clauses
|
12 лет назад |
Loïc Hoguin
|
bd9c3df6d0
No need for fully qualified call to the same module
|
12 лет назад |
Loïc Hoguin
|
53a48b254f
Switch the arguments to cowboy_req:stream_body/2
|
12 лет назад |
Loïc Hoguin
|
ce1d8862c0
Replace init_stream/5 with stream_body/2
|
12 лет назад |
rambocoder
|
84d7671e91
Check the length before reading the body in body/1 and body_qs/1
|
12 лет назад |
Loïc Hoguin
|
233cf43ab9
Make streamed chunk size configurable
|
12 лет назад |
Loïc Hoguin
|
55e98f4f61
Handle identity transfer-encoding when determining body length
|
12 лет назад |