Apache2

Structure for handling HTTP methods. More...

#include <httpd.h>

Collaboration diagram for ap_method_list_t:

Data Fields

ap_method_mask_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.

Field Documentation

◆ method_list

apr_array_header_t* ap_method_list_t::method_list

the array used for extension methods

◆ method_mask

ap_method_mask_t ap_method_list_t::method_mask

The bitmask used for known methods


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