diff options
author | Loïc Hoguin <[email protected]> | 2016-03-06 17:48:35 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-03-06 17:48:35 +0100 |
commit | 7bdd710849a35c12afe3f91bc5df4006db4c0282 (patch) | |
tree | 17b17bdaa94d529fd254ddbff545865e48214783 /doc/src/guide/introduction.asciidoc | |
parent | b370442a6352c5acb13b88e135c32ca1720095bd (diff) | |
download | cowboy-7bdd710849a35c12afe3f91bc5df4006db4c0282.tar.gz cowboy-7bdd710849a35c12afe3f91bc5df4006db4c0282.tar.bz2 cowboy-7bdd710849a35c12afe3f91bc5df4006db4c0282.zip |
Completely remove SPDY
Diffstat (limited to 'doc/src/guide/introduction.asciidoc')
-rw-r--r-- | doc/src/guide/introduction.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/introduction.asciidoc b/doc/src/guide/introduction.asciidoc index 0ffeb91..9cdcbc9 100644 --- a/doc/src/guide/introduction.asciidoc +++ b/doc/src/guide/introduction.asciidoc @@ -4,7 +4,7 @@ Cowboy is a small, fast and modular HTTP server written in Erlang. Cowboy aims to provide a complete HTTP stack, including its derivatives -SPDY, Websocket and REST. Cowboy currently supports HTTP/1.0, HTTP/1.1, +Websocket and REST. Cowboy currently supports HTTP/1.0, HTTP/1.1, HTTP/2, Websocket (all implemented drafts + standard) and Webmachine-based REST. Cowboy is a high quality project. It has a small code base, is very |