0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Add a REST example that streams its response

This commit is contained in:
Adam Cammack 2013-02-10 13:54:51 -06:00
parent bce7b860ee
commit f9dd3c9e54
9 changed files with 208 additions and 0 deletions

View file

@ -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