0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Clarify that protocol opts may be defined by stream handlers

This commit is contained in:
Loïc Hoguin 2020-04-08 10:27:14 +02:00
parent b339713461
commit f58189df19
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
2 changed files with 6 additions and 2 deletions

View file

@ -52,7 +52,9 @@ to the listener, including HTTP/1.1 and HTTP/2.
The HTTP/1.1 options are documented in the The HTTP/1.1 options are documented in the
link:man:cowboy_http(3)[cowboy_http(3)] manual; link:man:cowboy_http(3)[cowboy_http(3)] manual;
and the HTTP/2 options in 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 == Return value

View file

@ -52,7 +52,9 @@ to the listener, including HTTP/1.1 and HTTP/2.
The HTTP/1.1 options are documented in the The HTTP/1.1 options are documented in the
link:man:cowboy_http(3)[cowboy_http(3)] manual; link:man:cowboy_http(3)[cowboy_http(3)] manual;
and the HTTP/2 options in 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 == Return value