From 3d7d9e20fe46ed2839bc582d599abeac3ce19a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 17 Sep 2018 16:05:10 +0200 Subject: Gun 1.2.0 and Ranch 1.6.2 --- docs/en/gun/1.2/manual/index.html | 163 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 docs/en/gun/1.2/manual/index.html (limited to 'docs/en/gun/1.2/manual/index.html') diff --git a/docs/en/gun/1.2/manual/index.html b/docs/en/gun/1.2/manual/index.html new file mode 100644 index 00000000..311b0850 --- /dev/null +++ b/docs/en/gun/1.2/manual/index.html @@ -0,0 +1,163 @@ + + + + + + + + + + Nine Nines: Gun Function Reference + + + + + + + + + + + + + + + + +
+
+
+
+ +

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

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

Dependencies

+
  • cowlib(7) - Support library for manipulating Web protocols +
  • +
  • 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).
+
+

Environment

+

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

+

See also

+

cowlib(7)

+ + + + + + +
+ +
+ + +

+ Gun + 1.2 + Function Reference + +

+ + + +

Navigation

+ +

Version select

+ + +
+
+
+
+ + + + + + + + + -- cgit v1.2.3