aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-08-12 16:06:59 +0200
committerLoïc Hoguin <[email protected]>2017-08-12 16:06:59 +0200
commit24a777945ae57940f8480b4940599187bba2edcb (patch)
treeae5947ce7e582c0be5eb97891da94bb254e28103 /README.asciidoc
parent354c1c4ab611d3df81caac928dec1dcc888821e0 (diff)
downloadgun-24a777945ae57940f8480b4940599187bba2edcb.tar.gz
gun-24a777945ae57940f8480b4940599187bba2edcb.tar.bz2
gun-24a777945ae57940f8480b4940599187bba2edcb.zip
Remove SPDY; document HTTP/2
I just replaced "SPDY" with "HTTP/2" in the documentation. I suspect that's all that's needed, but if there's something off we can fix it later.
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 7715978..7aca263 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -1,11 +1,11 @@
= Gun
-Gun is an Erlang HTTP client with support for HTTP/1.1, SPDY and Websocket.
+Gun is an Erlang HTTP client with support for HTTP/1.1, HTTP/2 and Websocket.
== Goals
Gun aims to provide an *easy to use* client compatible with
-HTTP, SPDY and Websocket.
+HTTP/1.1, HTTP/2 and Websocket.
Gun is *always connected*. It will maintain a permanent
connection to the server, reopening it as soon as the server
@@ -19,7 +19,7 @@ developers to focus on writing their code without worrying.
The project is currently sponsored by
https://kato.im[Kato.im] and https://sameroom.io[Sameroom].
-The SPDY implementation was sponsored by
+The now removed SPDY implementation was sponsored by
http://www.leofs.org[LeoFS Cloud Storage].
== Support