aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-02-20 12:14:21 +0100
committerLoïc Hoguin <[email protected]>2013-02-20 12:14:21 +0100
commitb2ffff9bec7f9d137ab5abdc3b77203914b5ae63 (patch)
treea4d22508071427e25546068b81db620dcb3a52f9 /guide/toc.md
parent76b5cfea3f4a755b31a95b24176afeb87adaf442 (diff)
downloadcowboy-b2ffff9bec7f9d137ab5abdc3b77203914b5ae63.tar.gz
cowboy-b2ffff9bec7f9d137ab5abdc3b77203914b5ae63.tar.bz2
cowboy-b2ffff9bec7f9d137ab5abdc3b77203914b5ae63.zip
Add cowboy:set_env/3
Diffstat (limited to 'guide/toc.md')
-rw-r--r--guide/toc.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/guide/toc.md b/guide/toc.md
index 2f8fa36..2f0d914 100644
--- a/guide/toc.md
+++ b/guide/toc.md
@@ -8,10 +8,11 @@ Cowboy User Guide
* Getting started
* [Routing](routing.md)
* Purpose
- * Dispatch list
- * Match rules
- * Bindings
+ * Structure
+ * Match syntax
* Constraints
+ * Compilation
+ * Live update
* [Handlers](handlers.md)
* Purpose
* Protocol upgrades