From 24a777945ae57940f8480b4940599187bba2edcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 12 Aug 2017 16:06:59 +0200 Subject: 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. --- README.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.asciidoc') 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 -- cgit v1.2.3