aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorAdam Cammack <[email protected]>2013-02-06 13:09:49 -0600
committerAdam Cammack <[email protected]>2013-02-07 11:00:26 -0600
commitd7b83db92ea6b6a0022c7d19c252037197fc28c4 (patch)
tree997bfbc242518efd0e4c7e70f78108a10c4d599d /examples/README.md
parentae401f7460664256de588d9a0bfee4c3b1560738 (diff)
downloadcowboy-d7b83db92ea6b6a0022c7d19c252037197fc28c4.tar.gz
cowboy-d7b83db92ea6b6a0022c7d19c252037197fc28c4.tar.bz2
cowboy-d7b83db92ea6b6a0022c7d19c252037197fc28c4.zip
Add a more involved REST example
A pastebin type application that can optionally highlight the output as both text and HTML.
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 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