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