Definition:
#include "httpd.h"
Usage example:
cmd_how is an enum, but the enumeration type isn't used
by modules, only the specific named values.
A set of values designating how argument processing is done for a given
instance of a command_rec. Note that for all of these values
except RAW_ARGS, the config routine is passed a freshly
allocated string which can be modified or stored. It's only necessary to do
ap_pstrdup() copying with RAW_ARGS. The allowable
values are:
RAW_ARGSTAKE1TAKE2ITERATEITERATE2FLAGNO_ARGSTAKE12TAKE3TAKE23TAKE123TAKE13
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)