From 92b54aacc0de5446dd5497c39897b0bbff72e626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 13 Jun 2018 09:54:12 +0200 Subject: Rebuild using Asciideck --- docs/en/gun/1.0/manual/index.html | 69 +++++++++------------------------------ 1 file changed, 15 insertions(+), 54 deletions(-) (limited to 'docs/en/gun/1.0/manual/index.html') diff --git a/docs/en/gun/1.0/manual/index.html b/docs/en/gun/1.0/manual/index.html index 241ed25e..96bf8528 100644 --- a/docs/en/gun/1.0/manual/index.html +++ b/docs/en/gun/1.0/manual/index.html @@ -62,72 +62,33 @@

Gun Function Reference

-

Name

-
-

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

-
-
-
+

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.

-
-
-
+

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

-
-
    -
  • -

    -gun(3) - Asynchronous HTTP client -

    +
    • gun(3) - Asynchronous HTTP client
    • -
-
-
-
+

Dependencies

-
-
    -
  • -

    -cowlib(7) - Support library for manipulating Web protocols -

    +
    • cowlib(7) - Support library for manipulating Web protocols
    • -
    • -

      -ssl - Secure communication over sockets -

      +
    • ssl - Secure communication over sockets
    • -
-

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

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

Environment

-
-

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

-
- -
+

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

See also

- -
+

cowlib(7)

+ -- cgit v1.2.3