Next: , Previous: libcli, Up: C API


5.9 mod-http

5.9.1 Overview

View lcov test coverage results on http://www.gnu.org/software/liquidwar6/coverage/src/lib/cli/mod-http/index.html.

5.9.2 API

— Function: void mod_http_is_GPL_compatible ()

Defined to tell mod_http is compatible with GNU General Public License. Of course it is. This function does nothing, but the fact it's declared makes its GPL compatibility obvious. Having this declared is required.

Return value: none

— Function: lw6sys_module_pedigree_t * mod_http_get_pedigree ()

Returns the pedigree for mod-http, giving details about the module, including name, description, licence, date/time of compilation.

Return value: dynamically allocated object.

— Function: lw6cli_backend_t * mod_http_create_backend ()

Creates a mod-http backend.

Return value: backend pointer.