diff options
author | Loïc Hoguin <[email protected]> | 2014-06-21 18:50:50 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-06-21 18:50:50 +0200 |
commit | 05503affa8a85bd71f67cbe5580545d18d356f93 (patch) | |
tree | 2888dac2efca53fc03ddcb096e9d7cd4750924e4 /guide/toc.md | |
parent | 7b18373943853e08f00341ece92dbf3dd5e2a9b2 (diff) | |
download | cowboy-05503affa8a85bd71f67cbe5580545d18d356f93.tar.gz cowboy-05503affa8a85bd71f67cbe5580545d18d356f93.tar.bz2 cowboy-05503affa8a85bd71f67cbe5580545d18d356f93.zip |
Add a stub chapter with all the REST flowcharts
The detailed explanations will be written at a later time.
Diffstat (limited to 'guide/toc.md')
-rw-r--r-- | guide/toc.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/guide/toc.md b/guide/toc.md index 2bc91b1..db10317 100644 --- a/guide/toc.md +++ b/guide/toc.md @@ -34,11 +34,7 @@ REST * [REST principles](rest_principles.md) * [Handling REST requests](rest_handlers.md) - * HEAD/GET requests flowchart - * POST/PUT/PATCH requests flowchart - * DELETE requests flowchart - * OPTIONS requests flowchart - * Designing a REST API + * [REST flowcharts](rest_flowcharts.md) Multipart --------- |