Definition:
#include "httpd.h"
Usage example:
request_rec *r;
if (r->method_number == M_INVALID) {
return HTTP_METHOD_NOT_ALLOWED;
}
Constant representing the HTTP INVALID method.
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)