aboutsummaryrefslogtreecommitdiffstats
path: root/examples/compress_response/src/compress_response_app.erl
AgeCommit message (Collapse)Author
2019-10-03Document stopping the listener in App:stop/1Loïc Hoguin
2018-09-23Rename handler modules to _hHerman Singh
2017-06-07Remove NumAcceptors argument from start_clear/tlsLoïc Hoguin
They are now cowboy:start_clear/3 and cowboy:start_tls/3. The NumAcceptors argument can be specified via the num_acceptor transport option. Ranch has been updated to 1.4.0 to that effect.
2017-01-22Fix and update the compress example to use cowboy_compress_hLoïc Hoguin
2013-01-29Make examples use the new routingLoïc Hoguin
2013-01-07Add optional automatic response body compressionLoïc Hoguin
This behavior can be enabled with the `compress` protocol option. See the `compress_response` example for more details. All tests are now ran with and without compression for both HTTP and HTTPS.