diff options
author | Loïc Hoguin <[email protected]> | 2018-06-13 09:54:12 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-06-13 09:54:12 +0200 |
commit | 92b54aacc0de5446dd5497c39897b0bbff72e626 (patch) | |
tree | c3a98cfec636d1271f5804e5c19b35b208bba00d /docs/en/gun/1.0/guide/introduction | |
parent | 8b5c3dc972b99f174750123c9e4abc96259c34a9 (diff) | |
download | ninenines.eu-92b54aacc0de5446dd5497c39897b0bbff72e626.tar.gz ninenines.eu-92b54aacc0de5446dd5497c39897b0bbff72e626.tar.bz2 ninenines.eu-92b54aacc0de5446dd5497c39897b0bbff72e626.zip |
Rebuild using Asciideck
Diffstat (limited to 'docs/en/gun/1.0/guide/introduction')
-rw-r--r-- | docs/en/gun/1.0/guide/introduction/index.html | 54 |
1 files changed, 14 insertions, 40 deletions
diff --git a/docs/en/gun/1.0/guide/introduction/index.html b/docs/en/gun/1.0/guide/introduction/index.html index 6a3ed2e7..c2f99ea1 100644 --- a/docs/en/gun/1.0/guide/introduction/index.html +++ b/docs/en/gun/1.0/guide/introduction/index.html @@ -62,61 +62,35 @@ <h1 class="lined-header"><span>Introduction</span></h1> -<div class="paragraph"><p>Gun is an HTTP client for Erlang/OTP.</p></div> -<div class="paragraph"><p>Gun supports the HTTP/2, HTTP/1.1 and Websocket protocols.</p></div> -<div class="sect1"> +<p>Gun is an HTTP client for Erlang/OTP.</p> +<p>Gun supports the HTTP/2, HTTP/1.1 and Websocket protocols.</p> <h2 id="_prerequisites">Prerequisites</h2> -<div class="sectionbody"> -<div class="paragraph"><p>Knowledge of Erlang, but also of the HTTP/1.1, HTTP/2 and Websocket -protocols is required in order to read this guide.</p></div> -</div> -</div> -<div class="sect1"> +<p>Knowledge of Erlang, but also of the HTTP/1.1, HTTP/2 and Websocket protocols is required in order to read this guide.</p> <h2 id="_supported_platforms">Supported platforms</h2> -<div class="sectionbody"> -<div class="paragraph"><p>Gun is tested and supported on Linux, FreeBSD, Windows and OSX.</p></div> -<div class="paragraph"><p>Gun is developed for Erlang/OTP 19.0 and newer.</p></div> -</div> -</div> -<div class="sect1"> +<p>Gun is tested and supported on Linux, FreeBSD, Windows and OSX.</p> +<p>Gun is developed for Erlang/OTP 19.0 and newer.</p> <h2 id="_license">License</h2> -<div class="sectionbody"> -<div class="paragraph"><p>Gun uses the ISC License.</p></div> -<div class="listingblock"> -<div class="content"> -<pre><code>Copyright (c) 2013-2018, Loïc Hoguin <[email protected]> +<p>Gun uses the ISC License.</p> +<div class="listingblock"><div class="content"><pre>Copyright (c) 2013-2018, Loïc Hoguin <[email protected]> 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 +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.</code></pre> -</div></div> -</div> -</div> -<div class="sect1"> +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</pre></div></div> <h2 id="_versioning">Versioning</h2> -<div class="sectionbody"> -<div class="paragraph"><p>Gun uses <a href="http://semver.org/">Semantic Versioning 2.0.0</a>.</p></div> -</div> -</div> -<div class="sect1"> +<p>Gun uses <a href="http://semver.org/">Semantic Versioning 2.0.0</a>.</p> <h2 id="_conventions">Conventions</h2> -<div class="sectionbody"> -<div class="paragraph"><p>In the HTTP protocol, the method name is case sensitive. All standard -method names are uppercase.</p></div> -<div class="paragraph"><p>Header names are case insensitive. Gun converts all the header names -to lowercase, and expects your application to provide lowercase header -names.</p></div> -<div class="paragraph"><p>The same applies to any other case insensitive value.</p></div> -</div> -</div> +<p>In the HTTP protocol, the method name is case sensitive. All standard method names are uppercase.</p> +<p>Header names are case insensitive. Gun converts all the header names to lowercase, and expects your application to provide lowercase header names.</p> +<p>The same applies to any other case insensitive value.</p> + |