mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
Add Introduction chapter to the guide
This commit is contained in:
parent
09914c4693
commit
f59ee550ad
3 changed files with 183 additions and 17 deletions
47
guide/toc.md
Normal file
47
guide/toc.md
Normal file
|
@ -0,0 +1,47 @@
|
|||
Cowboy User Guide
|
||||
=================
|
||||
|
||||
* [Introduction](introduction.md)
|
||||
* Purpose
|
||||
* Prerequisites
|
||||
* Conventions
|
||||
* Getting started
|
||||
* Routing
|
||||
* Purpose
|
||||
* Dispatch rule
|
||||
* Match rules
|
||||
* Bindings
|
||||
* Handlers
|
||||
* Purpose
|
||||
* Protocol upgrades
|
||||
* HTTP handlers
|
||||
* Purpose
|
||||
* Callbacks
|
||||
* Usage
|
||||
* Loop handlers
|
||||
* Purpose
|
||||
* Callbacks
|
||||
* Usage
|
||||
* Websocket handlers
|
||||
* Purpose
|
||||
* Callbacks
|
||||
* Usage
|
||||
* REST handlers
|
||||
* Purpose
|
||||
* Flow diagram
|
||||
* Callbacks
|
||||
* Usage
|
||||
* Static handlers
|
||||
* Purpose
|
||||
* Usage
|
||||
* Request object
|
||||
* Purpose
|
||||
* Request
|
||||
* Request body
|
||||
* Reply
|
||||
* Hooks
|
||||
* On request
|
||||
* On response
|
||||
* Internals
|
||||
* Architecture
|
||||
* Efficiency considerations
|
Loading…
Add table
Add a link
Reference in a new issue