summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.0/guide/req.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-08-30 14:20:41 +0200
committerLoïc Hoguin <[email protected]>2016-08-30 14:20:41 +0200
commit404cc17f3d81333a3840122b9b49153bd20a33b4 (patch)
treeb0a96d0c287b04014db01e2e77d31f82deef7231 /docs/en/cowboy/2.0/guide/req.asciidoc
parent0de5e4df733ce61356be8bb978746e13540fe9f9 (diff)
downloadninenines.eu-404cc17f3d81333a3840122b9b49153bd20a33b4.tar.gz
ninenines.eu-404cc17f3d81333a3840122b9b49153bd20a33b4.tar.bz2
ninenines.eu-404cc17f3d81333a3840122b9b49153bd20a33b4.zip
Update documentation
Diffstat (limited to 'docs/en/cowboy/2.0/guide/req.asciidoc')
-rw-r--r--docs/en/cowboy/2.0/guide/req.asciidoc8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/en/cowboy/2.0/guide/req.asciidoc b/docs/en/cowboy/2.0/guide/req.asciidoc
index 39cd1b64..5bd6701c 100644
--- a/docs/en/cowboy/2.0/guide/req.asciidoc
+++ b/docs/en/cowboy/2.0/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?