From bd32d879e151ba6fa1732b4eee6cac064846e9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 4 Oct 2019 15:19:17 +0200 Subject: Add manual for cow_cookie --- doc/src/manual/cowlib_app.asciidoc | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 doc/src/manual/cowlib_app.asciidoc (limited to 'doc/src/manual/cowlib_app.asciidoc') diff --git a/doc/src/manual/cowlib_app.asciidoc b/doc/src/manual/cowlib_app.asciidoc new file mode 100644 index 0000000..5e659d2 --- /dev/null +++ b/doc/src/manual/cowlib_app.asciidoc @@ -0,0 +1,40 @@ += cowlib(7) + +== 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 + +* link:man:cow_cookie(3)[cow_cookie(3)] - Cookies + +== Dependencies + +* crypto - Crypto functions + +All these applications must be started before the `cowlib` +application. To start Cowlib and all dependencies at once: + +[source,erlang] +---- +{ok, _} = application:ensure_all_started(cowlib). +---- + +== Environment + +The `cowlib` application does not define any application +environment configuration parameters. + +== See also + +link:man:cowboy(7)[cowboy(7)], +link:man:gun(7)[gun(7)] -- cgit v1.2.3