aboutsummaryrefslogtreecommitdiffstats
path: root/examples/compress_response/src/compress_response.erl
AgeCommit message (Collapse)Author
2013-09-07Convert the compressed response example to a releaseLoïc Hoguin
2013-09-04Make cowlib a proper dependencyLoïc Hoguin
Start moving a few functions from Cowboy into cowlib.
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.