diff options
Diffstat (limited to 'docs/en/cowboy/2.0/guide/introduction.asciidoc')
-rw-r--r-- | docs/en/cowboy/2.0/guide/introduction.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/cowboy/2.0/guide/introduction.asciidoc b/docs/en/cowboy/2.0/guide/introduction.asciidoc index d262b5ce..c9d042d3 100644 --- a/docs/en/cowboy/2.0/guide/introduction.asciidoc +++ b/docs/en/cowboy/2.0/guide/introduction.asciidoc @@ -1,7 +1,7 @@ [[introduction]] == Introduction -Cowboy is a small, fast and modular HTTP server written in Erlang. +Cowboy is a small, fast and modern HTTP server for Erlang/OTP. Cowboy aims to provide a complete xref:modern_web[modern Web stack]. This includes HTTP/1.1, HTTP/2, Websocket, Server-Sent Events and |