From 2b588340af501825f3ab03f2e76dba0353c98fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 4 Jun 2018 12:59:26 +0200 Subject: Update documentation for Gun 1.0 --- docs/en/gun/1.0/guide/introduction/index.html | 45 +++++++++++++++++++-------- 1 file changed, 32 insertions(+), 13 deletions(-) (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 index 5a59d78a..6a3ed2e7 100644 --- a/docs/en/gun/1.0/guide/introduction/index.html +++ b/docs/en/gun/1.0/guide/introduction/index.html @@ -7,8 +7,6 @@ - - Nine Nines: Introduction @@ -64,7 +62,8 @@

Introduction

-

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

+

Gun is an HTTP client for Erlang/OTP.

+

Gun supports the HTTP/2, HTTP/1.1 and Websocket protocols.

Prerequisites

@@ -75,10 +74,36 @@ protocols is required in order to read this guide.

Supported platforms

-

Gun is tested and supported on Linux.

-

Gun is developed for Erlang 19+.

-

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

+

Gun is tested and supported on Linux, FreeBSD, Windows and OSX.

+

Gun is developed for Erlang/OTP 19.0 and newer.

+
+
+
+

License

+
+

Gun uses the ISC License.

+
+
+
Copyright (c) 2013-2018, Loïc Hoguin <essen@ninenines.eu>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+
+
+
+

Versioning

+
@@ -92,12 +117,6 @@ names.

The same applies to any other case insensitive value.

-
-

Versioning

-
-

Gun uses [Semantic Versioning 2.0.0](http://semver.org/).

-
-
-- cgit v1.2.3