From 27df20302d380ef3f0c8b13930b3a06ba9c6a886 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Thu, 28 Feb 2013 15:29:07 +0200 Subject: [PATCH] quvi-modules(7): Document quvi/http/cookie module Signed-off-by: Toni Gundogdu --- doc/man7/quvi-modules.7.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/man7/quvi-modules.7.txt b/doc/man7/quvi-modules.7.txt index 615325a..76e6e30 100644 --- a/doc/man7/quvi-modules.7.txt +++ b/doc/man7/quvi-modules.7.txt @@ -21,10 +21,15 @@ The modules are usually installed at:: MODULES ------- +quvi/http/cookie:: + A set of functions that wrap most of the quvi.http.cookie function + features. See 'quvi-object(7)'. + quvi/const:: - Constants. Technically, (due to Lua language specification) these - are not immutable values. These constants are used widely for - interacting with libquvi. + Constants. Technically, (due to Lua language specification) these are + not immutable values. The 'constants' are used to interact with + libquvi, e.g. specifying function operation modes and checking for + returned libquvi return codes. quvi/debug:: An message output facility intended to be used for debugging purposes. -- 2.11.4.GIT