aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index c0e1f41..f2b0c64 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,9 +1,15 @@
Cowboy Examples
===============
+ * [basic_auth](./examples/basic_auth):
+ basic HTTP authorization with REST
+
* [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