Apache 1.3 API Documentation

Constant RAW_ARGS

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.

See also:
cmd_how, FLAG, ITERATE, ITERATE2, NO_ARGS, TAKE1, TAKE12, TAKE123, TAKE13, TAKE2, TAKE23, TAKE3

Previous: proxyreqtype Next: REQUEST_CHUNKED_DECHUNK

Table of Contents (Routines, Structures, Data Cells, Constants)