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

Tweak the cowboy(7) manual

This commit is contained in:
Loïc Hoguin 2016-09-25 23:27:34 +02:00
parent fa58155f72
commit e80291fbdc

View file

@ -19,24 +19,15 @@ Functions:
* link:man:cowboy(3)[cowboy(3)] - Listener management * link:man:cowboy(3)[cowboy(3)] - Listener management
* link:man:cowboy_req(3)[cowboy_req(3)] - Request and response * link:man:cowboy_req(3)[cowboy_req(3)] - Request and response
* link:man:cowboy_router(3)[cowboy_router(3)] - Router middleware * link:man:cowboy_router(3)[cowboy_router(3)] - Router
// @todo What about cowboy_constraints? // @todo What about cowboy_constraints?
Protocols: Protocols:
* link:man:cowboy_http(3)[cowboy_http(3)] - HTTP/1.1 protocol * link:man:cowboy_http(3)[cowboy_http(3)] - HTTP/1.1
* link:man:cowboy_http2(3)[cowboy_http2(3)] - HTTP/2 protocol * link:man:cowboy_http2(3)[cowboy_http2(3)] - HTTP/2
* link:man:cowboy_websocket(3)[cowboy_websocket(3)] - Websocket protocol * link:man:cowboy_websocket(3)[cowboy_websocket(3)] - Websocket
Behaviors:
* link:man:cowboy_handler(3)[cowboy_handler(3)] - Handler middleware and behavior
* link:man:cowboy_loop(3)[cowboy_loop(3)] - Loop handler behavior
* link:man:cowboy_middleware(3)[cowboy_middleware(3)] - Middleware behavior
* link:man:cowboy_rest(3)[cowboy_rest(3)] - REST handler behavior
* link:man:cowboy_stream(3)[cowboy_stream(3)] - Stream behavior
* link:man:cowboy_sub_protocol(3)[cowboy_sub_protocol(3)] - Sub protocol behavior
Handlers: Handlers:
@ -44,6 +35,21 @@ Handlers:
// @todo What about cowboy_stream_h? // @todo What about cowboy_stream_h?
Behaviors:
* link:man:cowboy_handler(3)[cowboy_handler(3)] - Plain HTTP handlers
* 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
* link:man:cowboy_stream(3)[cowboy_stream(3)] - Stream handlers
* link:man:cowboy_sub_protocol(3)[cowboy_sub_protocol(3)] - Sub protocols
* link:man:cowboy_websocket(3)[cowboy_websocket(3)] - Websocket handlers
Middlewares:
* link:man:cowboy_router(3)[cowboy_router(3)] - Router middleware
* link:man:cowboy_handler(3)[cowboy_handler(3)] - Handler middleware
== Dependencies == Dependencies
* link:man:ranch(7)[ranch(7)] - Socket acceptor pool for TCP protocols * link:man:ranch(7)[ranch(7)] - Socket acceptor pool for TCP protocols