blob: 81a7c7f40f9d86a9a0b70300cf2a0dd7737570c9 (
plain) (
tree)
|
|
== 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.
|