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
/
rest_handler_SUITE.erl
Age
Commit message (
Expand
)
Author
2019-10-03
Document media type wildcard in content_types_accepted
Loïc Hoguin
2018-11-22
Move the final old HTTP suite tests and remove it
Loïc Hoguin
2018-11-21
Move many old HTTP test cases to the rest_handler test suite
Loïc Hoguin
2018-11-14
Ignore the boundary parameter when accepting multipart
Loïc Hoguin
2018-11-11
Add ProvideRangeCallback tests using sendfile
Loïc Hoguin
2018-11-11
Add automatic ranged request handling for bytes units
Loïc Hoguin
2018-11-07
Add support for range requests (RFC7233) in cowboy_rest
Loïc Hoguin
2018-11-05
Test stop against all relevant REST callbacks
Loïc Hoguin
2018-11-05
Test switch_handler against all relevant REST callbacks
Loïc Hoguin
2018-11-04
Add the rate_limited/2 REST callback
Loïc Hoguin
2018-11-02
Add tests for charsets_provided
Loïc Hoguin
2018-11-02
Better handle content negotiation when accept contains charsets
Loïc Hoguin
2018-10-31
Add a cowboy_rest test for malformed if-*-match headers
Loïc Hoguin
2018-08-13
Improve errors for when the ProvideCallback is missing
Loïc Hoguin
2017-11-29
Add nowarn_export_all to all test suites
Loïc Hoguin
2017-11-01
Add {switch_handler, Module} return value to cowboy_rest
Loïc Hoguin