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_req.erl
Age
Commit message (
Expand
)
Author
2020-05-20
204 and 304 responses must not include a body
Loïc Hoguin
2020-03-30
Add more headers to cowboy_req:parse_header/2,3
Loïc Hoguin
2019-12-31
No longer use erlang:get_stacktrace/0
Loïc Hoguin
2019-10-10
Fix a number of low hanging todos
Loïc Hoguin
2019-10-10
Newly documented cow_cookie:cookie_opts() is now a map
Loïc Hoguin
2019-10-07
Add cowboy_req:cast/2
Loïc Hoguin
2019-10-05
Add cowboy_req:filter_cookies/2
Loïc Hoguin
2019-10-02
Ensure we can stream the response body from any process
Loïc Hoguin
2019-10-02
Ensure we can read the request body from any process
Loïc Hoguin
2019-09-14
Implement backpressure on cowboy_req:stream_body
Loïc Hoguin
2019-09-06
Fix using custom fields in Req
Loïc Hoguin
2018-11-14
Don't send the content-length header in empty 304 responses
Loïc Hoguin
2018-11-09
Add sendfile support to cowboy_req:stream_body
Loïc Hoguin
2018-11-07
Add support for range requests (RFC7233) in cowboy_rest
Loïc Hoguin
2018-10-31
Improve a few types, including cowboy_req:req()
Loïc Hoguin
2018-10-31
Always dialyze tests and fix some cowboy_req specs
Loïc Hoguin
2018-10-30
Initial support for the PROXY protocol header
Loïc Hoguin
2018-09-07
Add cowboy_req:read_and_match_urlencoded_body/2,3
Loïc Hoguin
2018-06-27
Disable warnings for erlang:get_stacktrace/0 in OTP-21+
Loïc Hoguin
2018-06-25
Add an undocumented stream_events function
Loïc Hoguin
2018-05-16
Use default port when not given in :authority
Loïc Hoguin
2018-04-04
Add initial implementation of Websocket over HTTP/2
Loïc Hoguin
2018-01-23
Fix an unused variable warning
Loïc Hoguin
2018-01-22
Don't crash in delete_resp_header if no resp headers are set
Loïc Hoguin
2017-12-06
Properly handle OPTIONS * requests
Loïc Hoguin
2017-11-29
Don't include a content-length in 204 responses
Loïc Hoguin
2017-11-15
Add preliminary support for trailers in responses
Loïc Hoguin
2017-10-29
Add cowboy_req:inform/2,3
Loïc Hoguin
2017-10-25
Introduce cowboy_req:sock/1 and cowboy_req:cert/1
Loïc Hoguin
2017-10-02
Fix infinite loop on incomplete multipart body
Jeffrey Griffin
2017-09-27
Fix error response when constraint validation fails
Loïc Hoguin
2017-09-25
Move body length count to cowboy_stream_h instead of protocols
Loïc Hoguin
2017-09-14
Improve how we detect request errors
Loïc Hoguin
2017-09-05
Remove transfer-encoding parsing from cowboy_req
Loïc Hoguin
2017-09-05
Remove an unused variable
Loïc Hoguin
2017-09-04
Accept sendfile tuple with 0 length in cowboy_req
Loïc Hoguin
2017-07-15
Req Body length can be a non_neg_integer or infinity
Steven Magelowitz
2017-07-01
Aggregate validation errors and pass them in exception
Loïc Hoguin
2017-06-28
Improve the interface for constraints
Loïc Hoguin
2017-06-09
Make cowboy_req:read_part return multipart headers as map
Loïc Hoguin
2017-05-19
Preliminary h2 flow control support
Loïc Hoguin
2017-05-05
length can be a non_neg_integer or infinity
Steven Magelowitz
2017-02-19
Change the type of bindings from a list to a map
Loïc Hoguin
2017-02-19
Change the order of set_resp_cookie arguments
Loïc Hoguin
2017-02-19
Change the type of cookie name to binary()
Loïc Hoguin
2017-02-05
Remove or fix a small number of todo comments
Loïc Hoguin
2017-01-04
Make the new cowboy_req tests more realistic
2.0.0-pre.5
Loïc Hoguin
2017-01-04
Add functions for getting and setting response headers
Johan Lövdahl
2017-01-02
Welcome to 2017
Loïc Hoguin
2017-01-02
Numerous Dialyzer fixes
Loïc Hoguin
[next]