From d7b83db92ea6b6a0022c7d19c252037197fc28c4 Mon Sep 17 00:00:00 2001 From: Adam Cammack Date: Wed, 6 Feb 2013 13:09:49 -0600 Subject: Add a more involved REST example A pastebin type application that can optionally highlight the output as both text and HTML. --- examples/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/README.md') 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 -- cgit v1.2.3