aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorAdam Cammack <[email protected]>2013-02-16 02:21:54 -0600
committerAdam Cammack <[email protected]>2013-02-16 02:21:54 -0600
commitf112cdf643c520bb6554a2d8efa882e8e904b984 (patch)
tree640ef3b6570c1359345cc8f98854936ca3a67540 /examples/README.md
parente3daf439da42283cf65faa3311ff73bb7ffe413b (diff)
downloadcowboy-f112cdf643c520bb6554a2d8efa882e8e904b984.tar.gz
cowboy-f112cdf643c520bb6554a2d8efa882e8e904b984.tar.bz2
cowboy-f112cdf643c520bb6554a2d8efa882e8e904b984.zip
Add a web server example
Explore re-routing in middleware.
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index e166876..a50b54b 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -40,5 +40,8 @@ Cowboy Examples
* [static_world](./static_world):
static file handler
+ * [web_sever](./web_server):
+ serves files with lists directory entries
+
* [websocket](./websocket):
websocket example