|
Apache HTTPD
|
Structure for handling HTTP methods. More...
#include <httpd.h>
Public Attributes | |
| apr_int64_t | method_mask |
| apr_array_header_t * | method_list |
Structure for handling HTTP methods.
Methods known to the server are accessed via a bitmask shortcut; extension methods are handled by an array.
| apr_array_header_t* ap_method_list_t::method_list |
| apr_int64_t ap_method_list_t::method_mask |