aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
Diffstat (limited to 'guide/toc.md')
-rw-r--r--guide/toc.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/guide/toc.md b/guide/toc.md
index 2498b4d..2890172 100644
--- a/guide/toc.md
+++ b/guide/toc.md
@@ -15,17 +15,15 @@ Cowboy User Guide
* [Handlers](handlers.md)
* Purpose
* Protocol upgrades
+ * Custom 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
@@ -39,7 +37,11 @@ Cowboy User Guide
* Purpose
* Request
* Request body
- * Reply
+ * Multipart request body
+ * Response
+ * Chunked response
+ * Response preconfiguration
+ * Reducing the memory footprint
* [Hooks](hooks.md)
* On request
* On response
@@ -51,4 +53,6 @@ Cowboy User Guide
* Handler middleware
* [Internals](internals.md)
* Architecture
- * Efficiency considerations
+ * One process for many requests
+ * Lowercase header names
+ * Improving performance