aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-12-20 14:40:22 +0100
committerLoïc Hoguin <[email protected]>2012-12-20 14:40:22 +0100
commita07d063fd8fc8a1cfadcb35cc89e190695773fe8 (patch)
treeb1f9c4540b8ecdc43538945f6371177b48d3b1b5 /examples/README.md
parent659ca05c546ed8b537fe0d36cf5520ad0bc62a0f (diff)
downloadcowboy-a07d063fd8fc8a1cfadcb35cc89e190695773fe8.tar.gz
cowboy-a07d063fd8fc8a1cfadcb35cc89e190695773fe8.tar.bz2
cowboy-a07d063fd8fc8a1cfadcb35cc89e190695773fe8.zip
Add cookie example
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 598420c..c0e1f41 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -4,6 +4,8 @@ Cowboy Examples
* [chunked_hello_world](./examples/chunked_hello_world):
demonstrates chunked data transfer with two one-second delays
+ * [cookie](./examples/cookie):
+ set cookies from server and client side
* [echo_get](./examples/echo_get):
parse and echo a GET query string