diff options
author | Loïc Hoguin <[email protected]> | 2013-04-26 14:12:29 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-04-26 14:12:29 +0200 |
commit | 5291c3eb0ac421994fb3046fc0fcd603b4ea2a64 (patch) | |
tree | 5c10c7b419a2d7785b0aab8671eaa736d4eb3cf6 /guide/toc.md | |
parent | e73780975c3082381ac71ef119776b0678776d26 (diff) | |
download | cowboy-5291c3eb0ac421994fb3046fc0fcd603b4ea2a64.tar.gz cowboy-5291c3eb0ac421994fb3046fc0fcd603b4ea2a64.tar.bz2 cowboy-5291c3eb0ac421994fb3046fc0fcd603b4ea2a64.zip |
Update the REST chapter of the guide
Diffstat (limited to 'guide/toc.md')
-rw-r--r-- | guide/toc.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/guide/toc.md b/guide/toc.md index 44c8e22..f8eeb18 100644 --- a/guide/toc.md +++ b/guide/toc.md @@ -28,9 +28,12 @@ Cowboy User Guide * Usage * [REST handlers](rest_handlers.md) * Purpose + * Usage * Flow diagram + * Methods * Callbacks - * Usage + * Meta data + * Response headers * [Static handlers](static_handlers.md) * Purpose * Usage |