0
Fork 0
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:
Loïc Hoguin 2013-01-01 18:27:41 +01:00
parent 2690d1254c
commit 06e74355c0
11 changed files with 353 additions and 10 deletions

View file

@ -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