diff options
author | Loïc Hoguin <[email protected]> | 2020-04-08 10:27:14 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2020-04-08 10:27:14 +0200 |
commit | f58189df19a297dd9dd3911fe1f7631165fac5e8 (patch) | |
tree | b00a40d217fc27820d5856bdc964e067249d4fcc | |
parent | b33971346116640013eeacc24ed273a2a5eb1c06 (diff) | |
download | cowboy-f58189df19a297dd9dd3911fe1f7631165fac5e8.tar.gz cowboy-f58189df19a297dd9dd3911fe1f7631165fac5e8.tar.bz2 cowboy-f58189df19a297dd9dd3911fe1f7631165fac5e8.zip |
Clarify that protocol opts may be defined by stream handlers
-rw-r--r-- | doc/src/manual/cowboy.start_clear.asciidoc | 4 | ||||
-rw-r--r-- | doc/src/manual/cowboy.start_tls.asciidoc | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/manual/cowboy.start_clear.asciidoc b/doc/src/manual/cowboy.start_clear.asciidoc index 3d09935..eface6f 100644 --- a/doc/src/manual/cowboy.start_clear.asciidoc +++ b/doc/src/manual/cowboy.start_clear.asciidoc @@ -52,7 +52,9 @@ to the listener, including HTTP/1.1 and HTTP/2. The HTTP/1.1 options are documented in the link:man:cowboy_http(3)[cowboy_http(3)] manual; and the HTTP/2 options in -link:man:cowboy_http2(3)[cowboy_http2(3)]. +link:man:cowboy_http2(3)[cowboy_http2(3)]. Stream handlers +such as link:man:cowboy_stream_h(3)[cowboy_stream_h(3)] +(which is enabled by default) may also define options. == Return value diff --git a/doc/src/manual/cowboy.start_tls.asciidoc b/doc/src/manual/cowboy.start_tls.asciidoc index 8880bf3..a587485 100644 --- a/doc/src/manual/cowboy.start_tls.asciidoc +++ b/doc/src/manual/cowboy.start_tls.asciidoc @@ -52,7 +52,9 @@ to the listener, including HTTP/1.1 and HTTP/2. The HTTP/1.1 options are documented in the link:man:cowboy_http(3)[cowboy_http(3)] manual; and the HTTP/2 options in -link:man:cowboy_http2(3)[cowboy_http2(3)]. +link:man:cowboy_http2(3)[cowboy_http2(3)]. Stream handlers +such as link:man:cowboy_stream_h(3)[cowboy_stream_h(3)] +(which is enabled by default) may also define options. == Return value |