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.erl
Age
Commit message (
Expand
)
Author
2017-06-02
Fix terminate not being called on connection close in HTTP/1.1
Loïc Hoguin
2017-05-05
Properly handle 101 upgrade responses for Websocket
Loïc Hoguin
2017-05-05
Add inactivity_timeout and other options improvements
Loïc Hoguin
2017-05-03
Kill all children processes when terminating the connection
Loïc Hoguin
2017-05-03
Add the idle_timeout HTTP/1.1 protocol option
Loïc Hoguin
2017-04-18
Make the default 204 response go through stream handlers
Loïc Hoguin
2017-04-18
Pass the HTTP/2 switch_protocol event to stream handlers
Loïc Hoguin
2017-03-27
Add the early_error cowboy_stream callback
Loïc Hoguin
2017-02-18
Allow passing options to sub protocols
Loïc Hoguin
2017-02-05
Remove or fix a small number of todo comments
Loïc Hoguin
2017-02-05
Add missing human-readable errors for HTTP/1.1
Loïc Hoguin
2017-01-20
Fix protocol breaking when user tries to send empty chunk
Loïc Hoguin
2017-01-16
Add support for multiple stream handlers
Loïc Hoguin
2017-01-03
Return status 431 if the request header field is too large
José Valim
2017-01-02
Welcome to 2017
Loïc Hoguin
2017-01-02
Remaining Dialyzer fixes
Loïc Hoguin
2017-01-02
Numerous Dialyzer fixes
Loïc Hoguin
2016-08-11
Use cow_http_hd:parse_host directly
Loïc Hoguin
2016-08-11
Use integer_to_binary when possible
Loïc Hoguin
2016-08-10
Use binary_to_integer instead of to list and back
Loïc Hoguin
2016-08-10
Make reply functions return Req
Loïc Hoguin
2016-08-10
Add a lot of todos
Loïc Hoguin
2016-08-10
Add tests for responses and request body reading
Loïc Hoguin
2016-06-20
Fix cowboy_req:peer/1
Loïc Hoguin
2016-06-06
HTTP/1.1: Don't send 500 errors twice
Loïc Hoguin
2016-03-13
Fix more HTTP/2 handshake test cases
Loïc Hoguin
2016-03-12
Add initial HTTP/1.1 Upgrade to HTTP/2
Loïc Hoguin
2016-03-10
Add the beginning of the rfc7540 test suite
Loïc Hoguin
2016-03-06
Fix warnings
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-02-04
Use cowlib for parsing headers; remove cowboy_http
Loïc Hoguin
2014-09-23
Breaking update of the cowboy_req interface
Loïc Hoguin
2014-04-26
Merge branch 'language-range-header' of git://github.com/NineFX/cowboy
Loïc Hoguin
2014-04-17
Merge branch 'fix/basic-auth-empty-password' of git://github.com/soundrop/cowboy
Loïc Hoguin
2014-03-26
Remove outdated comments, all edoc, plus a few minor tweaks
Loïc Hoguin
2014-03-24
Use the new chunked and identity transfer decoding code from cowlib
Loïc Hoguin
2014-03-10
Remove cowboy_http:urldecode/1 and urlencode/1
Loïc Hoguin
2014-02-09
Allow empty passwords when parsing Basic authorization header
Ali Sabil
2014-02-06
Update copyright years
Loïc Hoguin
2014-01-24
Allows language_range/2 to parse RFC5646 language codes.
Drew
2013-11-26
Fix tohexu/1 and tohexl/1
Matthias Endler
2013-11-08
Optimize query string parsing
Loïc Hoguin
2013-10-23
Move cookie parsing/building code to cowlib
Loïc Hoguin
2013-07-05
Fix decoding of chunked body.
James Fish
2013-06-20
Add support for the webkit deflate frame extension
Ali Sabil
2013-05-31
In content-types, the charset parameter is converted to lowercase
Loïc Hoguin
2013-05-16
Move cowboy_http:status() to cowboy:http_status()
Loïc Hoguin
2013-05-16
Move cowboy_http:headers() to cowboy:http_headers()
Loïc Hoguin
2013-05-16
Move cowboy_http:version() to cowboy:http_version()
Loïc Hoguin
2013-05-16
Make the HTTP version type more practical
Loïc Hoguin
[next]