diff options
author | Loïc Hoguin <[email protected]> | 2017-08-23 15:07:40 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-08-23 15:07:40 +0200 |
commit | 1f8d51dd2692fc3978080419987bbe4d49a41a90 (patch) | |
tree | a037e30b31c19b27929ac2fafc029914a9291966 /docs/en/gun/1.0/guide/introduction.asciidoc | |
parent | d344725cfd7169605ddecca46b9901af9f43ff1f (diff) | |
download | ninenines.eu-1f8d51dd2692fc3978080419987bbe4d49a41a90.tar.gz ninenines.eu-1f8d51dd2692fc3978080419987bbe4d49a41a90.tar.bz2 ninenines.eu-1f8d51dd2692fc3978080419987bbe4d49a41a90.zip |
Cowboy 2.0.0-rc.2
Diffstat (limited to 'docs/en/gun/1.0/guide/introduction.asciidoc')
-rw-r--r-- | docs/en/gun/1.0/guide/introduction.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/gun/1.0/guide/introduction.asciidoc b/docs/en/gun/1.0/guide/introduction.asciidoc index 2914ef62..89f2ae71 100644 --- a/docs/en/gun/1.0/guide/introduction.asciidoc +++ b/docs/en/gun/1.0/guide/introduction.asciidoc @@ -1,10 +1,10 @@ == Introduction -Gun is an Erlang HTTP client with support for HTTP/1.1, SPDY and Websocket. +Gun is an Erlang HTTP client with support for HTTP/1.1, HTTP/2 and Websocket. === Prerequisites -Knowledge of Erlang, but also of the HTTP/1.1, SPDY and Websocket +Knowledge of Erlang, but also of the HTTP/1.1, HTTP/2 and Websocket protocols is required in order to read this guide. === Supported platforms |