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
2012-02-02
Added absoluteURI support
David Kelly
2012-02-02
Apply a trick to the erlang:hibernate calls to suppress dialyzer warnings
Loïc Hoguin
2012-01-23
Fix a case where request body wouldn't get cleaned up on keepalive
Loïc Hoguin
2012-01-23
Rename the type http_status/0 to cowboy_http:status/0
Loïc Hoguin
2012-01-23
Rename the type http_header/0 to cowboy_http:header/0
Loïc Hoguin
2012-01-23
Rename the type http_version/0 to cowboy_http:version/0
Loïc Hoguin
2012-01-23
Rename the type http_uri/0 to cowboy_http:uri/0
Loïc Hoguin
2012-01-23
Rename the type http_method/0 to cowboy_http:method/0
Loïc Hoguin
2012-01-23
Merge branch 'multipart' of https://github.com/nox/cowboy
Loïc Hoguin
2012-01-23
Add multipart support
Anthony Ramine
2012-01-06
Fix handler crashes handling
Loïc Hoguin
2012-01-06
Move the ensure_response call before ensure_body_processed
Loïc Hoguin
2011-12-22
Remove outdated @todo notes and update another
Loïc Hoguin
2011-12-22
Add a max_keepalive HTTP protocol option
Loïc Hoguin
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
[next]