From 7a808e0aa3e764d923da74e18f76790936d19a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 4 Jun 2014 15:28:27 +0200 Subject: Add a REST principles chapter to the guide This is a complex subject so hopefully I did not introduce errors while trying to explain it. --- guide/toc.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'guide/toc.md') diff --git a/guide/toc.md b/guide/toc.md index 26925c5..2bc91b1 100644 --- a/guide/toc.md +++ b/guide/toc.md @@ -28,15 +28,11 @@ Static files ------------ * [Static handler](static_handlers.md) - * Distributed CDN solutions - * Efficiently serving files REST ---- - * REST principles - * Media types explained - * HTTP caching + * [REST principles](rest_principles.md) * [Handling REST requests](rest_handlers.md) * HEAD/GET requests flowchart * POST/PUT/PATCH requests flowchart -- cgit v1.2.3