summaryrefslogtreecommitdiffstats
path: root/docs/en/gun/1.0/manual/gun_app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/gun/1.0/manual/gun_app/index.html')
-rw-r--r--docs/en/gun/1.0/manual/gun_app/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/gun/1.0/manual/gun_app/index.html b/docs/en/gun/1.0/manual/gun_app/index.html
index f116490a..be525d51 100644
--- a/docs/en/gun/1.0/manual/gun_app/index.html
+++ b/docs/en/gun/1.0/manual/gun_app/index.html
@@ -70,7 +70,7 @@
<div class="sect1">
<h2 id="_name">Name</h2>
<div class="sectionbody">
-<div class="paragraph"><p>gun - Erlang HTTP client with support for HTTP/1.1, SPDY and Websocket.</p></div>
+<div class="paragraph"><p>gun - Erlang HTTP client with support for HTTP/1.1, HTTP/2 and Websocket.</p></div>
</div>
</div>
<div class="sect1">
@@ -79,7 +79,7 @@
<div class="paragraph"><p>The <code>gun</code> application uses the Erlang applications <code>ranch</code>
for abstracting TCP and TLS over a common interface, and
the <code>ssl</code> application for TLS support, required for HTTPS
-and SPDY support. In addition, Gun requires the <code>crypto</code>
+and secure HTTP/2 support. In addition, Gun requires the <code>crypto</code>
application (a dependency of <code>ssl</code>) for Websocket.</p></div>
<div class="paragraph"><p>These dependencies must be started for the <code>gun</code>
application to work. In an embedded environment