diff options
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md index d50ebc9..f2b0c64 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,6 +1,9 @@ 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 |