From 92b54aacc0de5446dd5497c39897b0bbff72e626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 13 Jun 2018 09:54:12 +0200 Subject: Rebuild using Asciideck --- docs/en/cowboy/2.1/manual/cowboy_app/index.html | 178 ++++++------------------ 1 file changed, 42 insertions(+), 136 deletions(-) (limited to 'docs/en/cowboy/2.1/manual/cowboy_app') diff --git a/docs/en/cowboy/2.1/manual/cowboy_app/index.html b/docs/en/cowboy/2.1/manual/cowboy_app/index.html index b3ae0707..44c4d65d 100644 --- a/docs/en/cowboy/2.1/manual/cowboy_app/index.html +++ b/docs/en/cowboy/2.1/manual/cowboy_app/index.html @@ -62,171 +62,77 @@

cowboy(7)

-

Name

-
-

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

-
-
-
+

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.

-
-
-
+

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:

-
+

Protocols:

+
-

Handlers:

-
+

Handlers:

+
-

Behaviors:

-
+

Behaviors:

+
-

Middlewares:

-
+

Middlewares:

+
-
-
-
+ +

Dependencies

-
-
    -
  • -

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

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

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

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

      -ssl - Secure communication over sockets -

      +
    • ssl - Secure communication over sockets
    • -
    • -

      -crypto - Crypto functions -

      +
    • 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).
-
-
-
+
{ok, _} = application:ensure_all_started(cowboy).
+

Environment

-
-

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

-
- -
+

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

See also

- -
+

ranch(7), cowlib(7)

+ -- cgit v1.2.3