aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-01-20 15:09:54 +0100
committerLoïc Hoguin <[email protected]>2013-01-20 15:14:13 +0100
commit4b15d8f6e3692caa796e7e7bf0bdfbd977d00e30 (patch)
tree7e657012774c91ab2b879ea9afe3214203483765 /guide/toc.md
parent9d7f909923c9e7e503df2da804811b89f6a7056c (diff)
downloadcowboy-4b15d8f6e3692caa796e7e7bf0bdfbd977d00e30.tar.gz
cowboy-4b15d8f6e3692caa796e7e7bf0bdfbd977d00e30.tar.bz2
cowboy-4b15d8f6e3692caa796e7e7bf0bdfbd977d00e30.zip
First draft done for the request object guide chapter
Diffstat (limited to 'guide/toc.md')
-rw-r--r--guide/toc.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/guide/toc.md b/guide/toc.md
index b4131c5..2890172 100644
--- a/guide/toc.md
+++ b/guide/toc.md
@@ -37,7 +37,11 @@ Cowboy User Guide
* Purpose
* Request
* Request body
+ * Multipart request body
* Response
+ * Chunked response
+ * Response preconfiguration
+ * Reducing the memory footprint
* [Hooks](hooks.md)
* On request
* On response