Magnus Klaar
|
ef7b41c8ce
add cowboy_http:urlencode/2 and urlencode/1
|
13 лет назад |
Loïc Hoguin
|
168405830d
Fix the process_post/2 function in cowboy_http_rest
|
13 лет назад |
Loïc Hoguin
|
81fe0592b1
Add more documentation to the REST protocol handler
|
13 лет назад |
Loïc Hoguin
|
cc44a6a518
Merge branch 'master' of https://github.com/erlyvideo/cowboy
|
13 лет назад |
Loïc Hoguin
|
1530d45f8e
Add default values to known_methods and allowed_methods
|
13 лет назад |
Loïc Hoguin
|
8d2102fe11
Allow HTTP protocol upgrades to use keepalive
|
13 лет назад |
Max Lapshin
|
b9c70f2e08
peer_addr/1 function
|
13 лет назад |
Loïc Hoguin
|
7f46e53436
Merge branch 'noquoted' of https://github.com/klaar/cowboy
|
13 лет назад |
Magnus Klaar
|
c747efbd75
replace quoted:from_url with cowboy_http:urldecode
|
13 лет назад |
Loïc Hoguin
|
ce92ab1e63
Add cowboy_http_req:set_resp_cookie/4
|
13 лет назад |
Loïc Hoguin
|
a12a910341
Fix a crash in websocket_handshake/3 with hixie-76
|
13 лет назад |
Loïc Hoguin
|
3649b0ee0d
Simplify the guards for cowboy_http_req:body/2
|
13 лет назад |
Loïc Hoguin
|
0201f7f2b2
cowboy_http_protocol shouldn't crash if the client sends HTTP responses
|
13 лет назад |
Loïc Hoguin
|
aab1587a4b
Add experimental Webmachine based REST protocol support
|
13 лет назад |
Loïc Hoguin
|
7acaa996ed
The semantics for a missing 'If-Match' aren't the same as '*'
|
13 лет назад |
Loïc Hoguin
|
99d8f837fe
Fix specs to allow headers as iodata() and not just binary()
|
13 лет назад |
Loïc Hoguin
|
83ec63374f
Change the returned value for language_range parsing
|
13 лет назад |
Loïc Hoguin
|
2ae5e804fb
Weekdays are binaries and not lists
|
13 лет назад |
Loïc Hoguin
|
ad87fee0af
Fix a websocket test handler that was throwing an unwanted error
|
13 лет назад |
Loïc Hoguin
|
64a40cb479
Add set_resp_header/3 and set_resp_body/2 to cowboy_http_req
|
13 лет назад |
Loïc Hoguin
|
dcc3d83e31
Fix default parsed values for the Accept and Accept-* headers
|
13 лет назад |
Loïc Hoguin
|
f1c94c40f8
Fix specs for cowboy_http:language_range_ret/3
|
13 лет назад |
Loïc Hoguin
|
a5b47fda8d
Merge branch 'content-type' of https://github.com/nox/cowboy
|
13 лет назад |
Anthony Ramine
|
6fa7659dbb
Support 'Content-Type' in parse_header/2
|
13 лет назад |
Anthony Ramine
|
b184b3588d
Introduce cowboy_http:media_type/2
|
13 лет назад |
Anthony Ramine
|
329b2fa01e
Introduce cowboy_http:word/2
|
13 лет назад |
Loïc Hoguin
|
2f27b046d7
Add 'If-Match' and 'If-None-Match' to parse_header/2
|
13 лет назад |
Loïc Hoguin
|
12b9ca3526
Fix reading the request body when Length < byte_size(Buffer)
|
13 лет назад |
Loïc Hoguin
|
6dbe2b2130
Add 'Accept-Language' to cowboy_http_req:parse_header/2
|
13 лет назад |
Loïc Hoguin
|
3e443f0a6c
Remove the IS_DIGIT macro
|
13 лет назад |