0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00
cowboy/guide/toc.md
Loïc Hoguin 06e74355c0 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.
2013-01-01 18:27:41 +01:00

48 lines
960 B
Markdown

Cowboy User Guide
=================
* [Introduction](introduction.md)
* Purpose
* Prerequisites
* Conventions
* Getting started
* [Routing](routing.md)
* Purpose
* Dispatch list
* Match rules
* Bindings
* Constraints
* [Handlers](handlers.md)
* Purpose
* Protocol upgrades
* [HTTP handlers](http_handlers.md)
* Purpose
* Callbacks
* Usage
* [Loop handlers](loop_handlers.md)
* Purpose
* Callbacks
* Usage
* [Websocket handlers](ws_handlers.md)
* Purpose
* Callbacks
* Usage
* [REST handlers](rest_handlers.md)
* Purpose
* Flow diagram
* Callbacks
* Usage
* [Static handlers](static_handlers.md)
* Purpose
* Usage
* [Request object](req.md)
* Purpose
* Request
* Request body
* Reply
* [Hooks](hooks.md)
* On request
* On response
* [Internals](internals.md)
* Architecture
* Efficiency considerations