aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_req.header.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-07 01:11:56 +0200
committerLoïc Hoguin <[email protected]>2016-11-07 01:12:30 +0200
commitb2e981ca40c16a8df3f605973c6da2664ce54bb4 (patch)
tree52ccefe91c93fe4d7773a28503382a748d27efac /doc/src/manual/cowboy_req.header.asciidoc
parent0df88c0d0aae13eaf0a2770e5d0c51a66f1238b9 (diff)
downloadcowboy-b2e981ca40c16a8df3f605973c6da2664ce54bb4.tar.gz
cowboy-b2e981ca40c16a8df3f605973c6da2664ce54bb4.tar.bz2
cowboy-b2e981ca40c16a8df3f605973c6da2664ce54bb4.zip
Add man pages for parse_qs, match_qs and parse_header
[ci skip]
Diffstat (limited to 'doc/src/manual/cowboy_req.header.asciidoc')
-rw-r--r--doc/src/manual/cowboy_req.header.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_req.header.asciidoc b/doc/src/manual/cowboy_req.header.asciidoc
index e16b902..a4d7007 100644
--- a/doc/src/manual/cowboy_req.header.asciidoc
+++ b/doc/src/manual/cowboy_req.header.asciidoc
@@ -33,7 +33,7 @@ Note that this snippet will crash if the header is missing.
Name::
-Desired HTTP header name as a binary string.
+Desired HTTP header name as a lowercase binary string.
Req::