aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-06-04 15:28:27 +0200
committerLoïc Hoguin <[email protected]>2014-06-04 15:28:27 +0200
commit7a808e0aa3e764d923da74e18f76790936d19a35 (patch)
treefccd8e56ef67954d1787271436d01e1636a2307a /guide/toc.md
parent07c622a0febfc2ef0fb2bb19e55766ca13cd3ece (diff)
downloadcowboy-7a808e0aa3e764d923da74e18f76790936d19a35.tar.gz
cowboy-7a808e0aa3e764d923da74e18f76790936d19a35.tar.bz2
cowboy-7a808e0aa3e764d923da74e18f76790936d19a35.zip
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.
Diffstat (limited to 'guide/toc.md')
-rw-r--r--guide/toc.md6
1 files changed, 1 insertions, 5 deletions
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