aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_http.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-12-22 18:13:25 +0100
committerLoïc Hoguin <[email protected]>2016-12-22 18:13:25 +0100
commitcbc7056395b58237ca589837544d1db061b190e4 (patch)
treea415a4a3229a9f7fc586104c18b5671fcc09cb6d /doc/src/manual/cowboy_http.asciidoc
parente584412de7191da83addcde90c193c6b7b99dc7d (diff)
downloadcowboy-cbc7056395b58237ca589837544d1db061b190e4.tar.gz
cowboy-cbc7056395b58237ca589837544d1db061b190e4.tar.bz2
cowboy-cbc7056395b58237ca589837544d1db061b190e4.zip
Update cowboy_websocket_manual
Diffstat (limited to 'doc/src/manual/cowboy_http.asciidoc')
-rw-r--r--doc/src/manual/cowboy_http.asciidoc8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/src/manual/cowboy_http.asciidoc b/doc/src/manual/cowboy_http.asciidoc
index 4a10c52..4924d46 100644
--- a/doc/src/manual/cowboy_http.asciidoc
+++ b/doc/src/manual/cowboy_http.asciidoc
@@ -9,9 +9,7 @@ cowboy_http - HTTP/1.1
The module `cowboy_http` implements HTTP/1.1 and HTTP/1.0
as a Ranch protocol.
-== Types
-
-=== opts()
+== Options
[source,erlang]
----
@@ -40,9 +38,7 @@ It can be updated without restarting listeners using the
Ranch functions `ranch:get_protocol_options/1` and
`ranch:set_protocol_options/2`.
-=== Option descriptions
-
-The default value is given next to the option name.
+The default value is given next to the option name:
env (#{})::
Middleware environment.