Apache 1.3 API Documentation

Constant M_DELETE

Definition:

#include "httpd.h"
     

Usage example:

request_rec *r;
if (r->method_number == M_DELETE) {
    return HTTP_METHOD_NOT_ALLOWED;
} 
     

Constant representing the HTTP DELETE method.

See also:
, M_CONNECT, M_COPY, M_GET, M_INVALID, M_LOCK, M_MKCOL, M_MOVE, M_OPTIONS, M_PATCH, M_POST, M_PROPFIND, M_PROPPATCH, M_PUT, M_TRACE, M_UNLOCK

Previous: M_COPY Next: M_GET

Table of Contents (Routines, Structures, Data Cells, Constants)