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-08-27
Have only one -export and -export_type per line
Loïc Hoguin
2012-08-27
Switch to Ranch for connection handling
Loïc Hoguin
2012-07-24
Don't save parsed value in the Host header
Josh Marchán
2012-05-23
Update version to 0.6.0
0.6.0
Loïc Hoguin
2012-05-21
Fix a bug preventing 'onresponse' from being called on errors
Loïc Hoguin
2012-05-04
Merge branch 'response-hook'
Loïc Hoguin
2012-05-04
Add an 'onresponse' hook
Loïc Hoguin
2012-05-04
Merge branch 'cancel-timer' of https://github.com/etrepum/cowboy
Loïc Hoguin
2012-04-29
Fix and rework the HTTP test suite
Loïc Hoguin
2012-04-24
use erlang:start_timer/3 instead of erlang:send_after/3 for handling timeouts
Bob Ippolito
2012-04-01
Add chunked transfer encoding support and rework the body reading API
Loïc Hoguin
2012-04-01
Convert request to proplist when logging
Magnus Klaar
2012-03-15
Don't close requests when the replied body is chunked
Loïc Hoguin
2012-03-15
Add an 'onrequest' hook for HTTP
Loïc Hoguin
2012-03-13
Do not send chunked Transfer-Encoding replies for HTTP/1.0
Loïc Hoguin
2012-02-27
Remove the redundant include/ from -include("http.hrl")
Loïc Hoguin
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
[next]