From 01f57ad65d7c75fb455f48e354bb3a328c472ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 7 Jan 2013 22:42:16 +0100 Subject: Add optional automatic response body compression 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. --- examples/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/README.md') diff --git a/examples/README.md b/examples/README.md index c0e1f41..d50ebc9 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,6 +4,9 @@ Cowboy Examples * [chunked_hello_world](./examples/chunked_hello_world): demonstrates chunked data transfer with two one-second delays + * [compress_response](./examples/compress_response) + send a response body compressed if the client supports it + * [cookie](./examples/cookie): set cookies from server and client side -- cgit v1.2.3