From f9dd3c9e54da7690db6f936d644c1c7b88ac6e9b Mon Sep 17 00:00:00 2001 From: Adam Cammack Date: Sun, 10 Feb 2013 13:54:51 -0600 Subject: Add a REST example that streams its response --- 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 442b149..e166876 100644 --- a/examples/README.md +++ b/examples/README.md @@ -34,6 +34,9 @@ Cowboy Examples * [rest_pastebin](./rest_pastebin): create text objects and return the data type that matches the request type (html, text) + * [rest_stream_response](./rest_stream_response): + stream results from a data store + * [static_world](./static_world): static file handler -- cgit v1.2.3