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

Initial cowboy_stream manual

This commit is contained in:
Loïc Hoguin 2017-04-10 16:37:01 +02:00
parent 10dfd8c910
commit c2beff7126
No known key found for this signature in database
GPG key ID: 71366FF21851DF03
2 changed files with 394 additions and 1 deletions

View file

@ -34,6 +34,7 @@ Handlers:
* link:man:cowboy_static(3)[cowboy_static(3)] - Static file handler
// @todo What about cowboy_stream_h?
// @todo cowboy_compress_h
Behaviors:
@ -41,7 +42,7 @@ Behaviors:
* link:man:cowboy_loop(3)[cowboy_loop(3)] - Loop handlers
* link:man:cowboy_middleware(3)[cowboy_middleware(3)] - Middlewares
* link:man:cowboy_rest(3)[cowboy_rest(3)] - REST handlers
// @todo * link:man:cowboy_stream(3)[cowboy_stream(3)] - Stream handlers
* link:man:cowboy_stream(3)[cowboy_stream(3)] - Stream handlers
// @todo * link:man:cowboy_sub_protocol(3)[cowboy_sub_protocol(3)] - Sub protocols
* link:man:cowboy_websocket(3)[cowboy_websocket(3)] - Websocket handlers