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:
parent
10dfd8c910
commit
c2beff7126
2 changed files with 394 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue