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:
parent
bce7b860ee
commit
f9dd3c9e54
9 changed files with 208 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue