From 8459bebceb9533948193774371cbd9fd571b78ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 16 Oct 2019 09:48:31 +0200 Subject: Cowboy 2.7.0 --- docs/en/cowlib/2.8/manual/index.html | 171 +++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 docs/en/cowlib/2.8/manual/index.html (limited to 'docs/en/cowlib/2.8/manual/index.html') diff --git a/docs/en/cowlib/2.8/manual/index.html b/docs/en/cowlib/2.8/manual/index.html new file mode 100644 index 00000000..c10c8a8f --- /dev/null +++ b/docs/en/cowlib/2.8/manual/index.html @@ -0,0 +1,171 @@ + + + + + + + + + + Nine Nines: Cowlib Function Reference + + + + + + + + + + + + + + + + +
+
+
+
+ +

Cowlib Function Reference

+ +

Name

+

cowlib - Support library for manipulating Web protocols

+

Description

+

Cowlib provides libraries for parsing and building messages for various Web protocols, including HTTP/1.1, HTTP/2 and Websocket.

+

It is optimized for completeness rather than speed. No value is ignored, they are all returned.

+

Modules

+ +

Dependencies

+
  • crypto - Crypto functions +
  • +
+

All these applications must be started before the cowlib application. To start Cowlib and all dependencies at once:

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

Environment

+

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

+

See also

+

cowboy(7), gun(7)

+ + + + + + +
+ +
+ + +

+ Cowlib + 2.8 + Function Reference + +

+ + + +

Navigation

+ +

Version select

+
    + + + +
  • 2.8
  • + +
+ +

Like my work? Donate!

+

Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:

+
+ + + + + + + + + +

Recurring payment options are also available via BountySource. These funds are used to cover the recurring expenses like dedicated servers or domain names.

+ + + +
+
+
+
+ + + + + + + + + -- cgit v1.2.3