Loïc Hoguin
|
17c9d45786
Remove outdated @todo notes and update another
|
13 лет назад |
Loïc Hoguin
|
72d91583b9
Add a max_keepalive HTTP protocol option
|
13 лет назад |
Loïc Hoguin
|
f81cb89b54
Reply status 400 if we receive an unexpected value or error for headers
|
13 лет назад |
Loïc Hoguin
|
e550ba7cd3
Add cowboy:accept_ack/1 for a cleaner handling of the shoot message
|
13 лет назад |
Loïc Hoguin
|
8d2102fe11
Allow HTTP protocol upgrades to use keepalive
|
13 лет назад |
Magnus Klaar
|
c747efbd75
replace quoted:from_url with cowboy_http:urldecode
|
13 лет назад |
Loïc Hoguin
|
0201f7f2b2
cowboy_http_protocol shouldn't crash if the client sends HTTP responses
|
13 лет назад |
Loïc Hoguin
|
c605c4fa40
Add 'Accept' header parsing
|
13 лет назад |
Loïc Hoguin
|
fe5f0ca539
Add a max_line_length to the HTTP protocol
|
13 лет назад |
Loïc Hoguin
|
bf1b84eb83
Fix a misnamed variable for {loop, ...} returns in init/3
|
13 лет назад |
Loïc Hoguin
|
691b7c4518
Fix specs after erlang:hibernate/3 calls were added
|
13 лет назад |
Loïc Hoguin
|
5e006be01f
Add support for loops in standard HTTP handlers
|
13 лет назад |
Loïc Hoguin
|
138cccb4f9
Allow HTTP handlers to skip the handle/2 step in init/3
|
13 лет назад |
Loïc Hoguin
|
c2be0f2073
Remove the 'HEAD' chunked_reply/3 clause
|
13 лет назад |
Loïc Hoguin
|
bf5c2717bc
Parse 'Connection' headers as a list of tokens
|
13 лет назад |
Loïc Hoguin
|
9a775cce3c
Move a few binary string handling functions to cowboy_bstr
|
13 лет назад |
Loïc Hoguin
|
ee77ecec92
Remove the connection information from the HTTP protocol state
|
13 лет назад |
Loïc Hoguin
|
547107cfb9
Close connection on all errors
|
13 лет назад |
Loïc Hoguin
|
148fb949c5
Small doc clarification
|
13 лет назад |
Loïc Hoguin
|
d25c30790c
Do not send a 408 response if the Request-Line wasn't fully received
|
13 лет назад |
Michiel Hakvoort
|
d8e841c8a2
Add cowboy_protocol behaviour
|
13 лет назад |
Loïc Hoguin
|
eff9477201
Improve the error message for HTTP handlers
|
13 лет назад |
Loïc Hoguin
|
89ae3c8cad
'Host' header is optional in HTTP/1.0
|
13 лет назад |
Loïc Hoguin
|
b669b1b5a3
Reset the max number of empty lines between keepalive requests
|
13 лет назад |
Loïc Hoguin
|
24bf2c54d0
Ensure header names are handled in a case insensitive manner
|
13 лет назад |
Loïc Hoguin
|
43d14b52cd
Give the ListenerPid to the protocol on startup
|
13 лет назад |
Loïc Hoguin
|
474f4e0bfa
Call Handler:terminate/2 even on error in Handler:handle/2
|
13 лет назад |
Loïc Hoguin
|
aa0a66749e
Move recursion out of a try .. catch block.
|
14 лет назад |
Loïc Hoguin
|
108a491f55
Add documentation for the public interface.
|
14 лет назад |
Loïc Hoguin
|
3e55cb62c9
Refresh the type specifications.
|
14 лет назад |