0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00
cowboy/guide/toc.md

69 lines
1.4 KiB
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
2013-02-20 12:14:21 +01:00
* Structure
* Match syntax
* Constraints
2013-02-20 12:14:21 +01:00
* Compilation
* Live update
* [Handlers](handlers.md)
2012-10-15 14:35:52 +02:00
* Purpose
* Protocol upgrades
* Custom protocol upgrades
* [HTTP handlers](http_handlers.md)
2012-10-15 14:35:52 +02:00
* Purpose
* Usage
* [Loop handlers](loop_handlers.md)
2012-10-15 14:35:52 +02:00
* Purpose
* Usage
* [Websocket handlers](ws_handlers.md)
2012-10-15 14:35:52 +02:00
* Purpose
* Usage
* [REST handlers](rest_handlers.md)
2012-10-15 14:35:52 +02:00
* Purpose
2013-04-26 14:12:29 +02:00
* Usage
2012-10-15 14:35:52 +02:00
* Flow diagram
2013-04-26 14:12:29 +02:00
* Methods
2012-10-15 14:35:52 +02:00
* Callbacks
2013-04-26 14:12:29 +02:00
* Meta data
* Response headers
* [Static handlers](static_handlers.md)
2012-10-15 14:35:52 +02:00
* Purpose
* Usage
* MIME type
* [Request object](req.md)
2012-10-15 14:35:52 +02:00
* Purpose
* Request
* Request body
* Multipart request body
* Response
* Chunked response
* Response preconfiguration
* Closing the connection
* Reducing the memory footprint
* [Hooks](hooks.md)
2012-10-15 14:35:52 +02:00
* On request
* On response
* [Middlewares](middlewares.md)
* Purpose
* Usage
* Configuration
* Routing middleware
* Handler middleware
* [Internals](internals.md)
2012-10-15 14:35:52 +02:00
* Architecture
2013-01-18 20:22:49 +01:00
* One process for many requests
* Lowercase header names
2013-01-18 20:22:49 +01:00
* Improving performance
2013-03-22 19:59:35 +01:00
* [Resources](resources.md)
* Frameworks
* Helper libraries
* Articles