aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-10-15 14:35:52 +0200
committerLoïc Hoguin <[email protected]>2012-10-15 14:35:52 +0200
commitf59ee550ad9c8b8a57453d35cb6ad44ec03b5f1d (patch)
treecd263e5b4a7c8addaebeb07981b40a66f2d5e462 /guide/toc.md
parent09914c4693562bfde644b73a2ed5e6bac7362b4c (diff)
downloadcowboy-f59ee550ad9c8b8a57453d35cb6ad44ec03b5f1d.tar.gz
cowboy-f59ee550ad9c8b8a57453d35cb6ad44ec03b5f1d.tar.bz2
cowboy-f59ee550ad9c8b8a57453d35cb6ad44ec03b5f1d.zip
Add Introduction chapter to the guide
Diffstat (limited to 'guide/toc.md')
-rw-r--r--guide/toc.md47
1 files changed, 47 insertions, 0 deletions
diff --git a/guide/toc.md b/guide/toc.md
new file mode 100644
index 0000000..ea543d1
--- /dev/null
+++ b/guide/toc.md
@@ -0,0 +1,47 @@
+Cowboy User Guide
+=================
+
+ * [Introduction](introduction.md)
+ * Purpose
+ * Prerequisites
+ * Conventions
+ * Getting started
+ * Routing
+ * Purpose
+ * Dispatch rule
+ * Match rules
+ * Bindings
+ * Handlers
+ * Purpose
+ * Protocol upgrades
+ * HTTP handlers
+ * Purpose
+ * Callbacks
+ * Usage
+ * Loop handlers
+ * Purpose
+ * Callbacks
+ * Usage
+ * Websocket handlers
+ * Purpose
+ * Callbacks
+ * Usage
+ * REST handlers
+ * Purpose
+ * Flow diagram
+ * Callbacks
+ * Usage
+ * Static handlers
+ * Purpose
+ * Usage
+ * Request object
+ * Purpose
+ * Request
+ * Request body
+ * Reply
+ * Hooks
+ * On request
+ * On response
+ * Internals
+ * Architecture
+ * Efficiency considerations