From fe3492a98de29942477b061cd02c92246f4bf85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 28 Mar 2016 15:36:42 +0200 Subject: Initial commit, new website system --- docs/en/gun/1.0/guide/introduction/index.html | 168 ++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 docs/en/gun/1.0/guide/introduction/index.html (limited to 'docs/en/gun/1.0/guide/introduction') diff --git a/docs/en/gun/1.0/guide/introduction/index.html b/docs/en/gun/1.0/guide/introduction/index.html new file mode 100644 index 00000000..c8f85e5b --- /dev/null +++ b/docs/en/gun/1.0/guide/introduction/index.html @@ -0,0 +1,168 @@ + + + + + + + + + + + + Nine Nines: Introduction + + + + + + + + + + + + + + + + + + +
+
+
+
+ +

Introduction

+ +

Gun is an Erlang HTTP client with support for HTTP/1.1, SPDY and Websocket.

+
+

Prerequisites

+
+

Knowledge of Erlang, but also of the HTTP/1.1, SPDY and Websocket +protocols is required in order to read this guide.

+
+
+
+

Supported platforms

+
+

Gun is tested and supported on Linux.

+

Gun is developed for Erlang 18+.

+

Gun may be compiled on earlier Erlang versions with small source code +modifications but there is no guarantee that it will work as intended.

+
+
+
+

Conventions

+
+

In the HTTP protocol, the method name is case sensitive. All standard +method names are uppercase.

+

Header names are case insensitive. Gun converts all the header names +to lowercase, and expects your application to provide lowercase header +names.

+

The same applies to any other case insensitive value.

+
+
+ + + +
+ +
+ + +

+ Gun + 1.0 + + User Guide +

+ + + +

Navigation

+ +

Version select

+
    + + + +
  • 1.0
  • + +
+ +
+
+
+
+ + + + + + + + + + + + -- cgit v1.2.3