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-12-06
Disable the CONNECT method completely
Loïc Hoguin
2017-11-29
Don't send chunked bodies when the method is HEAD
Loïc Hoguin
2017-11-29
Reject absolute URIs with no authority components
Loïc Hoguin
2017-11-29
Reject absolute URIs with userinfo components in HTTP/1.1
Loïc Hoguin
2017-11-29
Reject whitespace before/after HTTP/1.1 header names properly
Loïc Hoguin
2017-11-22
Add more rfc7230 tests and better handle bad chunk sizes
Loïc Hoguin
2017-11-20
Add more rfc7230 tests and improve transfer-encoding
Loïc Hoguin
2017-11-20
Add a test for early errors that occur on the request-line
Loïc Hoguin
2017-11-20
Remove a useless todo
Loïc Hoguin
2017-11-20
Add more rfc7230 tests
Loïc Hoguin
2017-11-15
Add preliminary support for trailers in responses
Loïc Hoguin
2017-11-13
Fix packet being dropped when using switch_protocol
Loïc Hoguin
2017-11-01
Fix two edge cases for cowboy_req:stream_body
Loïc Hoguin
2017-10-31
Fix another warning
Loïc Hoguin
2017-10-31
Add informational responses to metrics
Loïc Hoguin
2017-10-25
Introduce cowboy_req:sock/1 and cowboy_req:cert/1
Loïc Hoguin
2017-10-22
Ensure stream terminate is called when switching protocols
Loïc Hoguin
2017-10-21
Fix sending of final chunk in HTTP/1.1
Loïc Hoguin
2017-10-21
Fix stream handler state being discarded on terminate
Loïc Hoguin
2017-10-20
Fix HTTP/1.1 stopping streams too early
Loïc Hoguin
2017-09-27
Ensure the behavior on stream handler crash is consistent
Loïc Hoguin
2017-09-25
Cleanup various comments
Loïc Hoguin
2017-09-25
Move body length count to cowboy_stream_h instead of protocols
Loïc Hoguin
2017-09-21
Centralize stream handler error reporting in cowboy_stream
Loïc Hoguin
2017-09-14
Improve how we detect request errors
Loïc Hoguin
2017-08-08
Implement the shutdown timeout for request processes
Loïc Hoguin
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
[next]