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

Structure for handling HTTP methods. More...

#include <httpd.h>

Public Attributes

apr_int64_t method_mask
 
apr_array_header_tmethod_list
 

Detailed Description

Structure for handling HTTP methods.

Methods known to the server are accessed via a bitmask shortcut; extension methods are handled by an array.

Definition at line 643 of file httpd.h.

Member Data Documentation

◆ method_list

apr_array_header_t* ap_method_list_t::method_list

the array used for extension methods

Definition at line 647 of file httpd.h.

◆ method_mask

apr_int64_t ap_method_list_t::method_mask

The bitmask used for known methods

Definition at line 645 of file httpd.h.


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