aboutsummaryrefslogtreecommitdiffstats
path: root/manual/gun_app.md
blob: 448145b8da111770d09705c9caea744abe21d192 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
The Gun Application
===================

Asynchronous SPDY, HTTP and Websocket client.

Dependencies
------------

The `gun` application uses the Erlang applications `ranch`
for abstracting TCP and SSL over a common interface, and
the applications `asn1`, `public_key` and `ssl` for using
the SSL transport. These dependencies must be loaded for
the `gun` application to work. In an embedded environment
this means that they need to be started with the
`application:start/{1,2}` function before the `gun`
application is started.

Environment
-----------

The `gun` application does not define any application
environment configuration parameters.