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