summaryrefslogtreecommitdiffstats
path: root/docs/en/gun/1.0/guide/protocols/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/gun/1.0/guide/protocols/index.html')
-rw-r--r--docs/en/gun/1.0/guide/protocols/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/en/gun/1.0/guide/protocols/index.html b/docs/en/gun/1.0/guide/protocols/index.html
index d14c87fa..38b05bfd 100644
--- a/docs/en/gun/1.0/guide/protocols/index.html
+++ b/docs/en/gun/1.0/guide/protocols/index.html
@@ -101,25 +101,25 @@ a <code>gun_response</code> message otherwise.</p></div>
</div>
</div>
<div class="sect1">
-<h2 id="_spdy">SPDY</h2>
+<h2 id="_http_2">HTTP/2</h2>
<div class="sectionbody">
-<div class="paragraph"><p>SPDY is a binary protocol based on HTTP, compatible with
+<div class="paragraph"><p>HTTP/2 is a binary protocol based on HTTP, compatible with
the HTTP semantics, that reduces the complexity of parsing
requests and responses, compresses the HTTP headers and
allows the server to push multiple responses to a single
request.</p></div>
-<div class="paragraph"><p>The SPDY interface is very similar to HTTP/1.1, so this
+<div class="paragraph"><p>The HTTP/2 interface is very similar to HTTP/1.1, so this
section instead focuses on the differences in the interface
for the two protocols.</p></div>
-<div class="paragraph"><p>Because a SPDY server can push multiple responses to a
+<div class="paragraph"><p>Because a HTTP/2 server can push multiple responses to a
single request, Gun might send <code>gun_push</code> messages for
every push received. They can be ignored safely if they
are not needed.</p></div>
-<div class="paragraph"><p>The <code>gun:cancel/2</code> function will use the SPDY stream
+<div class="paragraph"><p>The <code>gun:cancel/2</code> function will use the HTTP/2 stream
cancellation mechanism which allows Gun to inform the
server to stop sending a response for this particular
request, saving resources.</p></div>
-<div class="paragraph"><p>It is not possible to upgrade a SPDY connection to Websocket
+<div class="paragraph"><p>It is not possible to upgrade an HTTP/2 connection to Websocket
due to protocol limitations.</p></div>
</div>
</div>
@@ -157,7 +157,7 @@ cellspacing="0" cellpadding="4">
<tr>
<th align="left" valign="top"> Operation </th>
<th align="center" valign="top"> HTTP/1.1 </th>
-<th align="center" valign="top"> SPDY </th>
+<th align="center" valign="top"> HTTP/2 </th>
<th align="center" valign="top"> Websocket</th>
</tr>
</thead>
@@ -268,7 +268,7 @@ cellspacing="0" cellpadding="4">
<tr>
<th align="left" valign="top"> Message </th>
<th align="center" valign="top"> HTTP/1.1 </th>
-<th align="center" valign="top"> SPDY </th>
+<th align="center" valign="top"> HTTP/2 </th>
<th align="center" valign="top"> Websocket</th>
</tr>
</thead>