aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-07 16:23:13 +0200
committerLoïc Hoguin <[email protected]>2013-09-07 16:23:13 +0200
commitbb9a2e975e4657d2f03d93b4d9595160e8190566 (patch)
tree75b6f8ae8649dd00e572fa1413970a7ce9cd3574 /examples/README.md
parent51ce122858c4dc09f4440269a412a91afb19ebe7 (diff)
downloadcowboy-bb9a2e975e4657d2f03d93b4d9595160e8190566.tar.gz
cowboy-bb9a2e975e4657d2f03d93b4d9595160e8190566.tar.bz2
cowboy-bb9a2e975e4657d2f03d93b4d9595160e8190566.zip
Rename the basic_auth example to rest_basic_auth
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/README.md b/examples/README.md
index 0e20d5f..013313a 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,9 +1,6 @@
Cowboy Examples
===============
- * [basic_auth](./basic_auth):
- basic HTTP authorization with REST
-
* [chunked_hello_world](./chunked_hello_world):
demonstrates chunked data transfer with two one-second delays
@@ -34,6 +31,9 @@ Cowboy Examples
* [markdown_middleware](./markdown_middleware):
static file handler with markdown preprocessor
+ * [rest_basic_auth](./rest_basic_auth):
+ basic HTTP authorization with REST
+
* [rest_hello_world](./rest_hello_world):
return the data type that matches the request type (ex: html, text, json)