aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-01-17 23:37:50 +0100
committerLoïc Hoguin <[email protected]>2013-01-17 23:37:50 +0100
commit1b996794eedbfee87997cde8d05d8fae9548094a (patch)
treefb504833525a80f223d2eedb61384e36c60369f9 /guide/toc.md
parentcd680706cd0aaff9f92481490babbbffcd117b0a (diff)
downloadcowboy-1b996794eedbfee87997cde8d05d8fae9548094a.tar.gz
cowboy-1b996794eedbfee87997cde8d05d8fae9548094a.tar.bz2
cowboy-1b996794eedbfee87997cde8d05d8fae9548094a.zip
Add cowboy_bstr:capitalize_token/1
For optional header name capitalization. See the guide section about it.
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 2498b4d..18c16e6 100644
--- a/guide/toc.md
+++ b/guide/toc.md
@@ -51,4 +51,5 @@ Cowboy User Guide
* Handler middleware
* [Internals](internals.md)
* Architecture
+ * Lowercase header names
* Efficiency considerations