diff options
author | Loïc Hoguin <[email protected]> | 2013-02-16 14:39:15 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-02-16 14:39:15 +0100 |
commit | 39af3010cbf0a2340e4424031f7397d52bf4b77d (patch) | |
tree | 6a4a9c6a7764b3f9df1ada158e9e58df754031db /examples/README.md | |
parent | e102b3ac09bebf4ea413af3d6c6d62c8667c566f (diff) | |
parent | f112cdf643c520bb6554a2d8efa882e8e904b984 (diff) | |
download | cowboy-39af3010cbf0a2340e4424031f7397d52bf4b77d.tar.gz cowboy-39af3010cbf0a2340e4424031f7397d52bf4b77d.tar.bz2 cowboy-39af3010cbf0a2340e4424031f7397d52bf4b77d.zip |
Merge branch 'web_server_example' of git://github.com/acammack/cowboy
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 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 |