aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-26 14:07:20 +0200
committerLoïc Hoguin <[email protected]>2019-09-26 14:07:20 +0200
commitbbb6215e6c5f5e9ee0bcbfab5a0343d30c813c2a (patch)
tree4f0b09d1087617b896135df313775797a8538cd7 /README.asciidoc
parent568872e546660444919ed5e6497b5da1410baa77 (diff)
downloadgun-bbb6215e6c5f5e9ee0bcbfab5a0343d30c813c2a.tar.gz
gun-bbb6215e6c5f5e9ee0bcbfab5a0343d30c813c2a.tar.bz2
gun-bbb6215e6c5f5e9ee0bcbfab5a0343d30c813c2a.zip
Update the README
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 7421830..ef50ec9 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -5,7 +5,8 @@ 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/1.1, HTTP/2 and Websocket.
+HTTP/1.1, HTTP/2 and Websocket. Gun can connect through any
+combination of Socks and HTTP proxies.
Gun is *always connected*. It will maintain a permanent
connection to the server, reopening it as soon as the server
@@ -17,15 +18,15 @@ developers to focus on writing their code without worrying.
== Sponsors
The project is currently sponsored by
-https://kato.im[Kato.im] and https://sameroom.io[Sameroom].
+https://sameroom.io[Sameroom] and https://pleroma.social/[Pleroma].
The now removed SPDY implementation was sponsored by
http://www.leofs.org[LeoFS Cloud Storage].
== Online documentation
-* https://ninenines.eu/docs/en/gun/1.3/guide[User guide]
-* https://ninenines.eu/docs/en/gun/1.3/manual[Function reference]
+* https://ninenines.eu/docs/en/gun/2.0/guide[User guide]
+* https://ninenines.eu/docs/en/gun/2.0/manual[Function reference]
== Offline documentation