diff options
author | Loïc Hoguin <[email protected]> | 2016-08-30 14:18:14 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-08-30 14:18:14 +0200 |
commit | 8fc1371df8e11074496b8cdc27363ad7e4f88934 (patch) | |
tree | 378dc77fc9674ad311f20d558a8fc00d98b4b1e7 /doc/src/guide/req.asciidoc | |
parent | 4c6f2c9a95a1292b6b1aef20ab902fce729ff4f0 (diff) | |
download | cowboy-8fc1371df8e11074496b8cdc27363ad7e4f88934.tar.gz cowboy-8fc1371df8e11074496b8cdc27363ad7e4f88934.tar.bz2 cowboy-8fc1371df8e11074496b8cdc27363ad7e4f88934.zip |
Minor documentation fixes
"make docs" should now work again.
Diffstat (limited to 'doc/src/guide/req.asciidoc')
-rw-r--r-- | doc/src/guide/req.asciidoc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/src/guide/req.asciidoc b/doc/src/guide/req.asciidoc index 39cd1b6..5bd6701 100644 --- a/doc/src/guide/req.asciidoc +++ b/doc/src/guide/req.asciidoc @@ -1,7 +1,3 @@ -+++ -title = "The Req object" -+++ - [[req]] == The Req object @@ -160,8 +156,8 @@ The scheme and host are lowercased case insensitive binary strings. The port is an integer representing the port number. The path and query string are case sensitive binary strings. -Cowboy defines only the <<"http">> and <<"https">> schemes. -They are chosen so that the scheme will only be <<"https">> +Cowboy defines only the `<<"http">>` and `<<"https">>` schemes. +They are chosen so that the scheme will only be `<<"https">>` for requests on secure HTTP/1.1 or HTTP/2 connections. // @todo Is that tested well? |