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
/
test
/
req_SUITE.erl
Age
Commit message (
Expand
)
Author
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-10-02
Update gun_down messages in test suites
Loïc Hoguin
2019-09-16
Fix closing of connection on response_body_too_small
Loïc Hoguin
2019-09-15
Split up urlencoded tests to speed up req_SUITE
Loïc Hoguin
2019-09-15
Skip req_SUITE:read_body_mtu on Windows
Loïc Hoguin
2019-09-15
Increase the period for req_SUITE:read_body_period
Loïc Hoguin
2019-09-14
Implement backpressure on cowboy_req:stream_body
Loïc Hoguin
2019-09-06
Fix tests failing following Gun update to master
Loïc Hoguin
2019-09-06
Rename Gun's transport_opts to tls_opts
Loïc Hoguin
2018-11-20
Increase a test timeout to get rid of intermittent failures
Loïc Hoguin
2018-11-09
Add sendfile support to cowboy_req:stream_body
Loïc Hoguin
2018-09-07
Add cowboy_req:read_and_match_urlencoded_body/2,3
Loïc Hoguin
2018-06-27
Add test cases for cowboy_req:stream_events
Loïc Hoguin
2018-06-25
Add streaming without chunking for HTTP/1.1
Eric Meadows-Jönsson
2018-05-17
Remove/convert tests about request body from old_http_SUITE
Loïc Hoguin
2018-05-16
Increase a timeout to make some slower tests pass
Loïc Hoguin
2018-05-16
Use default port when not given in :authority
Loïc Hoguin
2017-11-29
Add nowarn_export_all to all test suites
Loïc Hoguin
2017-11-20
Queue HTTP/2 trailers when there's still data in the buffer
Loïc Hoguin
2017-11-20
Improve trailers test when no te header is sent
Loïc Hoguin
2017-11-19
Remove another test from the old http suite
Loïc Hoguin
2017-11-15
Add preliminary support for trailers in responses
Loïc Hoguin
2017-11-01
Fix two edge cases for cowboy_req:stream_body
Loïc Hoguin
2017-10-30
Handle expect: 100-continue request headers
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-14
Improve how we detect request errors
Loïc Hoguin
2017-09-05
Add tests for direct Req access
Loïc Hoguin
2017-09-04
Accept sendfile tuple with 0 length in cowboy_req
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-02-19
Change the type of bindings from a list to a map
Loïc Hoguin
2017-02-05
Remove outdated todo comments from req_SUITE
Loïc Hoguin
2017-01-22
Add experimental cowboy_compress_h stream handler
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
Add a few more test cases for cowboy_req:match_qs
Loïc Hoguin
2016-08-10
Add tests for responses and request body reading
Loïc Hoguin
2016-06-22
Add tests for cowboy_req: match_cookies and match_qs
Loïc Hoguin
2016-06-21
Add cowboy_req:uri/1,2
Loïc Hoguin
2016-06-20
Add initial req suite
Loïc Hoguin