Apache HTTPD
Public Attributes | List of all members
require_line Struct Reference

A structure to keep track of authorization requirements. More...

#include <http_core.h>

Public Attributes

apr_int64_t method_mask
 
charrequirement
 

Detailed Description

A structure to keep track of authorization requirements.

Definition at line 316 of file http_core.h.

Member Data Documentation

◆ method_mask

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.

◆ requirement

char* require_line::requirement

The complete string from the command line

Definition at line 320 of file http_core.h.


The documentation for this struct was generated from the following file: