From 24247e9145b7b3a5fb8bc0665b2c55d1ace6cd85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 4 Jun 2018 13:05:55 +0200 Subject: Gun uses the new manual format --- docs/en/gun/1.0/manual/gun/index.html | 2 +- docs/en/gun/1.0/manual/index.html | 200 +++++++++------------------------- 2 files changed, 53 insertions(+), 149 deletions(-) (limited to 'docs/en') diff --git a/docs/en/gun/1.0/manual/gun/index.html b/docs/en/gun/1.0/manual/gun/index.html index 83aa2a1c..e08aca7f 100644 --- a/docs/en/gun/1.0/manual/gun/index.html +++ b/docs/en/gun/1.0/manual/gun/index.html @@ -507,7 +507,7 @@ server that ultimately decides. Defaults to false.

See also

diff --git a/docs/en/gun/1.0/manual/index.html b/docs/en/gun/1.0/manual/index.html index 63acd4af..241ed25e 100644 --- a/docs/en/gun/1.0/manual/index.html +++ b/docs/en/gun/1.0/manual/index.html @@ -62,168 +62,72 @@

Gun Function Reference

+
+

Name

+
+

gun - HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP

+
+
+
+

Description

+
+

Gun is an HTTP client for Erlang/OTP with support for the +HTTP/1.1, HTTP/2 and Websocket protocols.

+

Gun aims to provide an easy to use, asynchronous and +always-connected client. It maintains a permanent connection +to the server and reconnects automatically when necessary.

+
+
+
+

Modules

+
+
+
+
+

Dependencies

+
+
+

All these applications must be started before the gun +application. To start Gun and all dependencies at once:

+
+
+
{ok, _} = application:ensure_all_started(gun).
+
+
+
+

Environment

+
+

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

+
+
+
+

See also

+ +
-- cgit v1.2.3