Loïc Hoguin
|
8d546dacbc
Optimize query string parsing
|
11 лет назад |
Loïc Hoguin
|
faf64524c6
Move cookie parsing/building code to cowlib
|
11 лет назад |
James Fish
|
f0cc2d01e6
Fix decoding of chunked body.
|
12 лет назад |
Ali Sabil
|
a63faff35e
Add support for the webkit deflate frame extension
|
12 лет назад |
Loïc Hoguin
|
4fde6cba94
In content-types, the charset parameter is converted to lowercase
|
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
|
28186a68d0
Make the HTTP version type more practical
|
12 лет назад |
Loïc Hoguin
|
517a31086b
Change some module calls to local function calls
|
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
|
61b3157ad1
Cookie names are case sensitive
|
12 лет назад |
Loïc Hoguin
|
233cf43ab9
Make streamed chunk size configurable
|
12 лет назад |
Adam Cammack
|
b903aca33d
Make cowboy_http.erl compile with +native
|
12 лет назад |
Loïc Hoguin
|
1c5ce11d13
Strip whitespaces when authorization type is unknown
|
12 лет назад |
Loïc Hoguin
|
f710ac86f8
Merge branch 'feature_basic_auth' of https://github.com/ivlis/cowboy
|
12 лет назад |
Ivan Lisenkov
|
54c6d3fa3a
Implement authorization header parsing
|
12 лет назад |
Loïc Hoguin
|
85d05fff34
Fix chunked streaming of request body and improve speed
|
12 лет назад |
Loïc Hoguin
|
54063de2ff
Hello 2013
|
12 лет назад |
Loïc Hoguin
|
659ca05c54
We accept iodata() when setting cookies; fix that
|
12 лет назад |
Loïc Hoguin
|
8858ca240f
Fix parsing of the Cookie header
|
12 лет назад |
Loïc Hoguin
|
f077c711a8
Fix cowboy_http:cookie_to_iodata/3
|
12 лет назад |
Loïc Hoguin
|
6074ce4a39
Add missing quotes to quoting for cookie values
|
12 лет назад |
Loïc Hoguin
|
27da09282d
Make cookies use universal time instead of local time
|
12 лет назад |
Loïc Hoguin
|
ce9aff19f0
Remove the urldecode cowboy_protocol option
|
12 лет назад |
Loïc Hoguin
|
cd7f37d346
Optimize Connection header parsing
|
12 лет назад |
Loïc Hoguin
|
b2243aa544
Optimize cowboy_protocol
|
12 лет назад |
Loïc Hoguin
|
332c274d87
Use binary:match/2 instead of binary:split/2 in cowboy_http
|
12 лет назад |