0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/guide/toc.md

49 lines
960 B
Markdown
Raw Normal View History

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