diff options
author | Loïc Hoguin <[email protected]> | 2013-02-07 18:34:49 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-02-07 18:37:15 +0100 |
commit | efbd9133261e1aabf473f2f6f5ab4cbb36062481 (patch) | |
tree | 1b2855534b20c59208edd82be61ae3aa738a0141 /examples/README.md | |
parent | cb15243d8b91458f1c5e2a7e0c664f7b76f593ad (diff) | |
parent | d7b83db92ea6b6a0022c7d19c252037197fc28c4 (diff) | |
download | cowboy-efbd9133261e1aabf473f2f6f5ab4cbb36062481.tar.gz cowboy-efbd9133261e1aabf473f2f6f5ab4cbb36062481.tar.bz2 cowboy-efbd9133261e1aabf473f2f6f5ab4cbb36062481.zip |
Merge branch 'add_rest_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 0e75485..d00fd11 100644 --- a/examples/README.md +++ b/examples/README.md @@ -28,6 +28,9 @@ Cowboy Examples * [rest_hello_world](./examples/rest_hello_world): return the data type that matches the request type (ex: html, text, json) + * [rest_pastebin](./examples/rest_pastebin): + create text objects and return the data type that matches the request type (html, text) + * [static_world](./examples/static_world): static file handler |