aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
blob: 4ce562bf97238d9c2b1ea24d887fef47dea6cad1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
= Gun

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.

Gun is *always connected*. It will maintain a permanent
connection to the server, reopening it as soon as the server
closes it, saving time for the requests that come in.

All connections are *supervised* automatically, allowing
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].

The now removed SPDY implementation was sponsored by
http://www.leofs.org[LeoFS Cloud Storage].

== Getting help

* Official IRC Channel: #ninenines on irc.freenode.net
* https://ninenines.eu/services/[Commercial Support]