aboutsummaryrefslogtreecommitdiffstats
path: root/manual/toc.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-06-26 14:32:20 +0200
committerLoïc Hoguin <[email protected]>2014-06-26 14:32:20 +0200
commit73f65d5a757dacf952887a32bc611be78773c33f (patch)
treea90f1bedc5820e1536b94176e11a28a35a880127 /manual/toc.md
parent24213c3b6ab0293d695347c8c1f86c187d921460 (diff)
downloadcowboy-73f65d5a757dacf952887a32bc611be78773c33f.tar.gz
cowboy-73f65d5a757dacf952887a32bc611be78773c33f.tar.bz2
cowboy-73f65d5a757dacf952887a32bc611be78773c33f.zip
Document the HTTP status codes Cowboy may send in the manual
422 is left out as it's soon to be replaced by 400.
Diffstat (limited to 'manual/toc.md')
-rw-r--r--manual/toc.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/toc.md b/manual/toc.md
index 5a5f77f..165470e 100644
--- a/manual/toc.md
+++ b/manual/toc.md
@@ -18,3 +18,4 @@ The function reference documents the public interface of Cowboy.
* [cowboy_sub_protocol](cowboy_sub_protocol.md)
* [cowboy_websocket](cowboy_websocket.md)
* [cowboy_websocket_handler](cowboy_websocket_handler.md)
+ * [HTTP status codes](http_status_codes.md)