diff options
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 |