aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
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
------------