diff options
author | Loïc Hoguin <[email protected]> | 2013-04-25 18:43:48 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-04-25 18:43:48 +0200 |
commit | a2f4703e5ef01642870d503ef36a38847387417a (patch) | |
tree | 59934c3a86af56d0fb4849ff1fd25ffb6cfd8210 /guide/toc.md | |
parent | beaae7bf7036d195bc775372e1d8de90d20d60bd (diff) | |
download | cowboy-a2f4703e5ef01642870d503ef36a38847387417a.tar.gz cowboy-a2f4703e5ef01642870d503ef36a38847387417a.tar.bz2 cowboy-a2f4703e5ef01642870d503ef36a38847387417a.zip |
Improve static file handler guide chapter
Add more infos about MIME types and the file option.
Diffstat (limited to 'guide/toc.md')
-rw-r--r-- | guide/toc.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guide/toc.md b/guide/toc.md index 6909bed..44c8e22 100644 --- a/guide/toc.md +++ b/guide/toc.md @@ -34,6 +34,7 @@ Cowboy User Guide * [Static handlers](static_handlers.md) * Purpose * Usage + * MIME type * [Request object](req.md) * Purpose * Request |