|
Apache HTTPD
|
A structure to keep track of authorization requirements. More...
#include <http_core.h>
Public Attributes | |
| apr_int64_t | method_mask |
| char * | requirement |
A structure to keep track of authorization requirements.
Definition at line 316 of file http_core.h.
| apr_int64_t require_line::method_mask |
Where the require line is in the config file.
Definition at line 318 of file http_core.h.
| char* require_line::requirement |
The complete string from the command line
Definition at line 320 of file http_core.h.