summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.5/manual/cowboy_stream/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/cowboy/2.5/manual/cowboy_stream/index.html')
-rw-r--r--docs/en/cowboy/2.5/manual/cowboy_stream/index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/en/cowboy/2.5/manual/cowboy_stream/index.html b/docs/en/cowboy/2.5/manual/cowboy_stream/index.html
index b762e993..35ccac93 100644
--- a/docs/en/cowboy/2.5/manual/cowboy_stream/index.html
+++ b/docs/en/cowboy/2.5/manual/cowboy_stream/index.html
@@ -238,25 +238,25 @@ http://www.gnu.org/software/src-highlite -->
<!-- -->
<!-- TODO yeah I am not actually sure this one should be public just yet-->
<h3 id="_inform">inform</h3>
-<p>Same as the <a href="../inform_command">inform command</a>.</p>
+<p>Same as the <a href="#inform_command">inform command</a>.</p>
<p>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.</p>
<h3 id="_response">response</h3>
-<p>Same as the <a href="../response_command">response command</a>.</p>
+<p>Same as the <a href="#response_command">response command</a>.</p>
<p>Usually sent when the request process replies to the client. May also be sent by Cowboy internally.</p>
<h3 id="_headers">headers</h3>
-<p>Same as the <a href="../headers_command">headers command</a>.</p>
+<p>Same as the <a href="#headers_command">headers command</a>.</p>
<p>Sent when the request process starts replying to the client.</p>
<h3 id="_data">data</h3>
-<p>Same as the <a href="../data_command">data command</a>.</p>
+<p>Same as the <a href="#data_command">data command</a>.</p>
<p>Sent when the request process streams data to the client.</p>
<h3 id="_trailers">trailers</h3>
-<p>Same as the <a href="../trailers_command">trailers command</a>.</p>
+<p>Same as the <a href="#trailers_command">trailers command</a>.</p>
<p>Sent when the request process sends the trailer field values to the client.</p>
<h3 id="_push">push</h3>
-<p>Same as the <a href="../push_command">push command</a>.</p>
+<p>Same as the <a href="#push_command">push command</a>.</p>
<p>Sent when the request process pushes a resource to the client.</p>
<h3 id="_switch_protocol">switch_protocol</h3>
-<p>Same as the <a href="../switch_protocol_command">switch_protocol command</a>.</p>
+<p>Same as the <a href="#switch_protocol_command">switch_protocol command</a>.</p>
<p>Sent when switching to the HTTP/2 or Websocket protocol.</p>
<h2 id="_exports">Exports</h2>
<p>The following function should be called by modules implementing stream handlers to execute the next stream handler in the list:</p>
@@ -279,7 +279,7 @@ http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre><tt><b><font color="#000000">commands</font></b>() <font color="#990000">::</font> [<font color="#009900">Command</font>]</tt></pre>
</div></div>
-<p>See the <a href="../commands">list of commands</a> for details.</p>
+<p>See the <a href="#commands">list of commands</a> for details.</p>
<h3 id="_fin">fin()</h3>
<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.8
by Lorenzo Bettini
@@ -330,7 +330,7 @@ http://www.gnu.org/software/src-highlite -->
<pre><tt><b><font color="#000000">resp_command</font></b>() <font color="#990000">::</font> {<font color="#FF6600">response</font>, <b><font color="#000000">cowboy:http_status</font></b>(),
<b><font color="#000000">cowboy:http_headers</font></b>(), <b><font color="#000000">cowboy_req:resp_body</font></b>()}</tt></pre>
</div></div>
-<p>See the <a href="../response_command">response command</a> for details.</p>
+<p>See the <a href="#response_command">response command</a> for details.</p>
<h3 id="_streamid">streamid()</h3>
<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.8
by Lorenzo Bettini