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_http_protocol.erl
Age
Commit message (
Expand
)
Author
2011-12-15
Reply status 400 if we receive an unexpected value or error for headers
Loïc Hoguin
2011-12-15
Add cowboy:accept_ack/1 for a cleaner handling of the shoot message
Loïc Hoguin
2011-12-08
Allow HTTP protocol upgrades to use keepalive
Loïc Hoguin
2011-12-07
replace quoted:from_url with cowboy_http:urldecode
Magnus Klaar
2011-12-06
cowboy_http_protocol shouldn't crash if the client sends HTTP responses
Loïc Hoguin
2011-10-26
Add 'Accept' header parsing
Loïc Hoguin
2011-10-19
Add a max_line_length to the HTTP protocol
Loïc Hoguin
2011-10-11
Fix a misnamed variable for {loop, ...} returns in init/3
Loïc Hoguin
2011-10-11
Fix specs after erlang:hibernate/3 calls were added
Loïc Hoguin
2011-10-10
Add support for loops in standard HTTP handlers
Loïc Hoguin
2011-10-06
Allow HTTP handlers to skip the handle/2 step in init/3
Loïc Hoguin
2011-10-05
Remove the 'HEAD' chunked_reply/3 clause
Loïc Hoguin
2011-10-05
Parse 'Connection' headers as a list of tokens
Loïc Hoguin
2011-10-04
Move a few binary string handling functions to cowboy_bstr
Loïc Hoguin
2011-10-04
Remove the connection information from the HTTP protocol state
Loïc Hoguin
2011-10-04
Close connection on all errors
Loïc Hoguin
2011-10-04
Small doc clarification
Loïc Hoguin
2011-10-04
Do not send a 408 response if the Request-Line wasn't fully received
Loïc Hoguin
2011-09-30
Add cowboy_protocol behaviour
Michiel Hakvoort
2011-09-28
Improve the error message for HTTP handlers
Loïc Hoguin
2011-09-14
'Host' header is optional in HTTP/1.0
Loïc Hoguin
2011-09-13
Reset the max number of empty lines between keepalive requests
Loïc Hoguin
2011-08-23
Ensure header names are handled in a case insensitive manner
Loïc Hoguin
2011-08-10
Give the ListenerPid to the protocol on startup
Loïc Hoguin
2011-07-07
Call Handler:terminate/2 even on error in Handler:handle/2
Loïc Hoguin
2011-07-06
Move recursion out of a try .. catch block.
Loïc Hoguin
2011-07-06
Add documentation for the public interface.
Loïc Hoguin
2011-05-25
Refresh the type specifications.
Loïc Hoguin
2011-05-20
Send a meaningful error to error_logger on handler crashes.
Loïc Hoguin
2011-05-09
Implement path_info feature
Anthony Ramine
2011-05-08
Add chunked reply support.
Loïc Hoguin
2011-05-05
Switch the HTTP protocol to use binary packets instead of lists.
Loïc Hoguin
2011-05-04
Add cowboy_http_req:port/1.
Loïc Hoguin
2011-04-30
Remove the next_request function always matching its first clause.
Loïc Hoguin
2011-04-18
Remove the include/types.hrl file.
Loïc Hoguin
2011-04-18
Move the dispatcher related types into cowboy_dispatcher.
Loïc Hoguin
2011-04-18
Rename dispatch() into dispatch_rules().
Loïc Hoguin
2011-04-18
Use the inet:socket() type instead of the user-defined one.
Loïc Hoguin
2011-04-12
Fix a pattern matching bug in cowboy_http_protocol:handler_init/2.
Loïc Hoguin
2011-04-09
Limit the number of empty lines to allow before the request-line.
Loïc Hoguin
2011-04-07
Don't crash on errors while receiving headers; throw an error 500 instead.
Loïc Hoguin
2011-04-05
Don't automatically retrieve the peer information for the 'OPTIONS' method.
Loïc Hoguin
2011-04-05
Handle properly the default Connection value for HTTP/1.0.
Loïc Hoguin
2011-03-27
Use a more efficient variant of string:to_lower to improve performance.
Loïc Hoguin
2011-03-27
Match early in connection_to_atom for a small performance improvement.
Loïc Hoguin
2011-03-22
Allow Handler:init/3 to request a protocol upgrade.
Loïc Hoguin
2011-03-22
Forward transport and protocol name to Handler:init.
Loïc Hoguin
2011-03-22
Explicitly ignore the return value of cowboy_http_req:reply in error_response.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_http_protocol:init/3.
Loïc Hoguin
2011-03-21
Introduce cowboy_http_req:body/1 to read the full request body.
Loïc Hoguin
[next]