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.


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