aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-07-01 14:06:20 +0200
committerLoïc Hoguin <[email protected]>2014-07-01 14:06:20 +0200
commit1a71a733c37df70c15ebfd28157b10915cd738d1 (patch)
treeba82a5e469bd333e51bdd1dbbc6507ae9c71e56e /guide/toc.md
parent993606ede8dc3529cb26efee5aa3c7cde4632062 (diff)
downloadcowboy-1a71a733c37df70c15ebfd28157b10915cd738d1.tar.gz
cowboy-1a71a733c37df70c15ebfd28157b10915cd738d1.tar.bz2
cowboy-1a71a733c37df70c15ebfd28157b10915cd738d1.zip
Add a new guide chapter: designing a resource handler
Diffstat (limited to 'guide/toc.md')
-rw-r--r--guide/toc.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guide/toc.md b/guide/toc.md
index b9e40ce..5f652f1 100644
--- a/guide/toc.md
+++ b/guide/toc.md
@@ -41,6 +41,7 @@ REST
* [REST principles](rest_principles.md)
* [Handling REST requests](rest_handlers.md)
* [REST flowcharts](rest_flowcharts.md)
+ * [Designing a resource handler](resource_design.md)
Websocket
---------