From 2502d09d86df110cafdf830097de6a095929ced2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 7 Oct 2019 13:50:21 +0200 Subject: Fix xref links in manual pages --- docs/en/cowboy/2.4/manual/cowboy_stream/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/en/cowboy/2.4/manual') diff --git a/docs/en/cowboy/2.4/manual/cowboy_stream/index.html b/docs/en/cowboy/2.4/manual/cowboy_stream/index.html index 8fac7f34..8daa99eb 100644 --- a/docs/en/cowboy/2.4/manual/cowboy_stream/index.html +++ b/docs/en/cowboy/2.4/manual/cowboy_stream/index.html @@ -251,25 +251,25 @@ http://www.gnu.org/software/src-highlite -->

inform

-

Same as the inform command.

+

Same as the inform command.

Sent when the request process reads the body and an expect: 100-continue header was present in the request, or when the request process sends an informational response on its own.

response

-

Same as the response command.

+

Same as the response command.

Usually sent when the request process replies to the client. May also be sent by Cowboy internally.

headers

-

Same as the headers command.

+

Same as the headers command.

Sent when the request process starts replying to the client.

data

-

Same as the data command.

+

Same as the data command.

Sent when the request process streams data to the client.

trailers

-

Same as the trailers command.

+

Same as the trailers command.

Sent when the request process sends the trailer field values to the client.

push

-

Same as the push command.

+

Same as the push command.

Sent when the request process pushes a resource to the client.

switch_protocol

-

Same as the switch_protocol command.

+

Same as the switch_protocol command.

Sent when switching to the HTTP/2 or Websocket protocol.

Exports

The following function should be called by modules implementing stream handlers to execute the next stream handler in the list:

@@ -292,7 +292,7 @@ http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite -->
commands() :: [Command]
-

See the list of commands for details.

+

See the list of commands for details.

fin()

resp_command() :: {response, cowboy:http_status(),
     cowboy:http_headers(), cowboy_req:resp_body()}
-

See the response command for details.

+

See the response command for details.

streamid()