From fd3c40c7ee7d5efdd75481876e457e723e4b4e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 25 Jun 2014 11:23:58 +0200 Subject: Wrap-up the user guide --- guide/toc.md | 52 ++++++++++++++++++---------------------------------- 1 file changed, 18 insertions(+), 34 deletions(-) (limited to 'guide/toc.md') diff --git a/guide/toc.md b/guide/toc.md index 9787f0a..b9e40ce 100644 --- a/guide/toc.md +++ b/guide/toc.md @@ -24,6 +24,12 @@ HTTP * [Sending a response](resp.md) * [Using cookies](cookies.md) +Multipart +--------- + + * [Introduction to multipart](multipart_intro.md) + * [Multipart requests](multipart_req.md) + Static files ------------ @@ -36,48 +42,26 @@ REST * [Handling REST requests](rest_handlers.md) * [REST flowcharts](rest_flowcharts.md) -Multipart +Websocket --------- - * [Introduction to multipart](multipart_intro.md) - * [Multipart requests](multipart_req.md) - * Multipart responses - -Server push technologies ------------------------- - - * Push technologies - * [Using loop handlers for server push](loop_handlers.md) - * CORS - -Using Websocket ---------------- - * [The Websocket protocol](ws_protocol.md) * [Handling Websocket connections](ws_handlers.md) -Advanced HTTP -------------- +Server push +----------- - * Authentication - * Sessions + * [Loop handlers](loop_handlers.md) -Advanced Cowboy usage ---------------------- +Pluggable interface +------------------- - * Optimization guide - * [Hooks](hooks.md) * [Middlewares](middlewares.md) - * Access and error logs - * Handling broken clients - * HTTP header names - * HTTP/1.1 streaming not chunked - -Old guide misc --------------- + * [Protocol upgrades](upgrade_protocol.md) + * [Hooks](hooks.md) -This section will be removed as content is moved into other chapters. +Internals +--------- - * [Handlers](handlers.md) - * [Internals](internals.md) - * [Resources](resources.md) + * [Architecture](architecture.md) + * [Dealing with broken clients](broken_clients.md) -- cgit v1.2.3