From 06e74355c0a993b416b21bb4e9586c37973e8d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 1 Jan 2013 18:27:41 +0100 Subject: Add a skeleton of the guide to ease user contributions Has some stuff that aren't in master yet, and lacks a lot more that is already in master. --- guide/toc.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'guide/toc.md') diff --git a/guide/toc.md b/guide/toc.md index b57b92e..32234cd 100644 --- a/guide/toc.md +++ b/guide/toc.md @@ -6,43 +6,43 @@ Cowboy User Guide * Prerequisites * Conventions * Getting started - * Routing + * [Routing](routing.md) * Purpose * Dispatch list * Match rules * Bindings * Constraints - * Handlers + * [Handlers](handlers.md) * Purpose * Protocol upgrades - * HTTP handlers + * [HTTP handlers](http_handlers.md) * Purpose * Callbacks * Usage - * Loop handlers + * [Loop handlers](loop_handlers.md) * Purpose * Callbacks * Usage - * Websocket handlers + * [Websocket handlers](ws_handlers.md) * Purpose * Callbacks * Usage - * REST handlers + * [REST handlers](rest_handlers.md) * Purpose * Flow diagram * Callbacks * Usage - * Static handlers + * [Static handlers](static_handlers.md) * Purpose * Usage - * Request object + * [Request object](req.md) * Purpose * Request * Request body * Reply - * Hooks + * [Hooks](hooks.md) * On request * On response - * Internals + * [Internals](internals.md) * Architecture * Efficiency considerations -- cgit v1.2.3