From b5d4cb91f80c833795a2d87050c3674bb7aecdc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 3 Oct 2017 13:39:41 +0200 Subject: Update Hugo, docs --- docs/en/cowboy/2.0/manual/cowboy_app/index.html | 327 ++++++++++++------------ 1 file changed, 166 insertions(+), 161 deletions(-) (limited to 'docs/en/cowboy/2.0/manual/cowboy_app') diff --git a/docs/en/cowboy/2.0/manual/cowboy_app/index.html b/docs/en/cowboy/2.0/manual/cowboy_app/index.html index 689915a5..0c92cf86 100644 --- a/docs/en/cowboy/2.0/manual/cowboy_app/index.html +++ b/docs/en/cowboy/2.0/manual/cowboy_app/index.html @@ -7,7 +7,7 @@ - + Nine Nines: cowboy(7) @@ -67,166 +67,171 @@

cowboy(7)

-
-

Name

-
-

cowboy - Small, fast, modern HTTP server for Erlang/OTP

-
-
-
-

Description

-
-

Cowboy is an HTTP server for Erlang/OTP with support for the -HTTP/1.1, HTTP/2 and Websocket protocols.

-

Cowboy aims to provide a complete HTTP stack. This includes -the implementation of the HTTP RFCs but also any directly -related standards, like Websocket or Server-Sent Events.

-
-
-
-

Modules

-
-

Functions:

-
-

Protocols:

-
-

Handlers:

-
-

Behaviors:

-
-

Middlewares:

-
-
-
-
-

Dependencies

-
-
    -
  • -

    -ranch(7) - Socket acceptor pool for TCP protocols -

    -
  • -
  • -

    -cowlib(7) - Support library for manipulating Web protocols -

    -
  • -
  • -

    -ssl - Secure communication over sockets -

    -
  • -
  • -

    -crypto - Crypto functions -

    -
  • -
-

All these applications must be started before the cowboy -application. To start Cowboy and all dependencies at once:

-
-
-
{ok, _} = application:ensure_all_started(cowboy).
-
-
-
-

Environment

-
-

The cowboy application does not define any application -environment configuration parameters.

-
-
-
-

See also

- -
+
+

Name

+
+

cowboy - Small, fast, modern HTTP server for Erlang/OTP

+
+
+
+

Description

+
+

Cowboy is an HTTP server for Erlang/OTP with support for the +HTTP/1.1, HTTP/2 and Websocket protocols.

+

Cowboy aims to provide a complete HTTP stack. This includes +the implementation of the HTTP RFCs but also any directly +related standards, like Websocket or Server-Sent Events.

+
+
+
+

Modules

+
+

Functions:

+
+

Protocols:

+
+

Handlers:

+
+

Behaviors:

+
+

Middlewares:

+
+
+
+
+

Dependencies

+
+
    +
  • +

    +ranch(7) - Socket acceptor pool for TCP protocols +

    +
  • +
  • +

    +cowlib(7) - Support library for manipulating Web protocols +

    +
  • +
  • +

    +ssl - Secure communication over sockets +

    +
  • +
  • +

    +crypto - Crypto functions +

    +
  • +
+

All these applications must be started before the cowboy +application. To start Cowboy and all dependencies at once:

+
+
+
{ok, _} = application:ensure_all_started(cowboy).
+
+
+
+

Environment

+
+

The cowboy application does not define any application +environment configuration parameters.

+
+
+
+

See also

+ +
-- cgit v1.2.3