aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-23 15:44:10 +0200
committerLoïc Hoguin <[email protected]>2013-09-23 15:44:10 +0200
commit2b2829f5855e4b2a6ba5e0ca5ccefd42fa2e9524 (patch)
tree70507b858d1004fb9e3c6c5a9c964ebdbce34546 /guide/toc.md
parenteb4843a46b781f93030b623e2b1feb1898ba3da0 (diff)
downloadcowboy-2b2829f5855e4b2a6ba5e0ca5ccefd42fa2e9524.tar.gz
cowboy-2b2829f5855e4b2a6ba5e0ca5ccefd42fa2e9524.tar.bz2
cowboy-2b2829f5855e4b2a6ba5e0ca5ccefd42fa2e9524.zip
Greatly expand on the Req object
Cut in four different chapters: request, request body, response and cookies.
Diffstat (limited to 'guide/toc.md')
-rw-r--r--guide/toc.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/guide/toc.md b/guide/toc.md
index 3397f46..315dfac 100644
--- a/guide/toc.md
+++ b/guide/toc.md
@@ -20,8 +20,9 @@ HTTP
* [Routing](routing.md)
* [Handling plain HTTP requests](http_handlers.md)
* [The Req object](req.md)
- * Reading the request body
- * Sending a response
+ * [Reading the request body](req_body.md)
+ * [Sending a response](resp.md)
+ * [Using cookies](cookies.md)
Static files
------------