Definition:
#include "httpd.h"
see cmd_how.
Usage example:
static const command_rec module_cmds[] =
{
.
{"ModuleDirective", cmd_moduledirective, NULL, OR_LIMIT, RAW_ARGS,
"directive description"},
.
{NULL}
};
Command function (in cmd_func) parses the command itself. Pstrdup() is usually used to copy arguments into local storage.
Previous: proxyreqtype
Next: REQUEST_CHUNKED_DECHUNK
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)