mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
Add a skeleton of the guide to ease user contributions
Has some stuff that aren't in master yet, and lacks a lot more that is already in master.
This commit is contained in:
parent
2690d1254c
commit
06e74355c0
11 changed files with 353 additions and 10 deletions
20
guide/toc.md
20
guide/toc.md
|
@ -6,43 +6,43 @@ Cowboy User Guide
|
|||
* Prerequisites
|
||||
* Conventions
|
||||
* Getting started
|
||||
* Routing
|
||||
* [Routing](routing.md)
|
||||
* Purpose
|
||||
* Dispatch list
|
||||
* Match rules
|
||||
* Bindings
|
||||
* Constraints
|
||||
* Handlers
|
||||
* [Handlers](handlers.md)
|
||||
* Purpose
|
||||
* Protocol upgrades
|
||||
* HTTP handlers
|
||||
* [HTTP handlers](http_handlers.md)
|
||||
* Purpose
|
||||
* Callbacks
|
||||
* Usage
|
||||
* Loop handlers
|
||||
* [Loop handlers](loop_handlers.md)
|
||||
* Purpose
|
||||
* Callbacks
|
||||
* Usage
|
||||
* Websocket handlers
|
||||
* [Websocket handlers](ws_handlers.md)
|
||||
* Purpose
|
||||
* Callbacks
|
||||
* Usage
|
||||
* REST handlers
|
||||
* [REST handlers](rest_handlers.md)
|
||||
* Purpose
|
||||
* Flow diagram
|
||||
* Callbacks
|
||||
* Usage
|
||||
* Static handlers
|
||||
* [Static handlers](static_handlers.md)
|
||||
* Purpose
|
||||
* Usage
|
||||
* Request object
|
||||
* [Request object](req.md)
|
||||
* Purpose
|
||||
* Request
|
||||
* Request body
|
||||
* Reply
|
||||
* Hooks
|
||||
* [Hooks](hooks.md)
|
||||
* On request
|
||||
* On response
|
||||
* Internals
|
||||
* [Internals](internals.md)
|
||||
* Architecture
|
||||
* Efficiency considerations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue