summaryrefslogtreecommitdiffstats
path: root/docs/en/cowlib/2.7/manual/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/cowlib/2.7/manual/index.html')
-rw-r--r--docs/en/cowlib/2.7/manual/index.html27
1 files changed, 21 insertions, 6 deletions
diff --git a/docs/en/cowlib/2.7/manual/index.html b/docs/en/cowlib/2.7/manual/index.html
index f6bc4637..3497484c 100644
--- a/docs/en/cowlib/2.7/manual/index.html
+++ b/docs/en/cowlib/2.7/manual/index.html
@@ -62,15 +62,30 @@
<h1 class="lined-header"><span>Cowlib Function Reference</span></h1>
-<ul><li><a href="cow_cookie">cow_cookie(3)</a>
+<h2 id="_name">Name</h2>
+<p>cowlib - Support library for manipulating Web protocols</p>
+<h2 id="_description">Description</h2>
+<p>Cowlib provides libraries for parsing and building messages for various Web protocols, including HTTP/1.1, HTTP/2 and Websocket.</p>
+<p>It is optimized for completeness rather than speed. No value is ignored, they are all returned.</p>
+<h2 id="_modules">Modules</h2>
+<ul><li><a href="cow_cookie">cow_cookie(3)</a> - Cookies
</li>
-<li><a href="cow_cookie.parse_cookie">cow_cookie:parse_cookie(3)</a>
-</li>
-<li><a href="cow_cookie.setcookie">cow_cookie:setcookie(3)</a>
-</li>
-<li><a href="cowlib_app">cowlib(7)</a>
+</ul>
+<h2 id="_dependencies">Dependencies</h2>
+<ul><li>crypto - Crypto functions
</li>
</ul>
+<p>All these applications must be started before the <code>cowlib</code> application. To start Cowlib and all dependencies at once:</p>
+<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.8
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>{<font color="#FF6600">ok</font>, <font color="#990000">_</font>} <font color="#990000">=</font> <b><font color="#000000">application:ensure_all_started</font></b>(<font color="#FF6600">cowlib</font>)<font color="#990000">.</font></tt></pre>
+</div></div>
+<h2 id="_environment">Environment</h2>
+<p>The <code>cowlib</code> application does not define any application environment configuration parameters.</p>
+<h2 id="_see_also">See also</h2>
+<p><a href="cowboy_app">cowboy(7)</a>, <a href="gun_app">gun(7)</a></p>