Definition:
#include "httpd.h"
Usage example:
request_rec *r;
if (!is_HTTP_ERROR(r->status)) {
return OK;
}
The module has handled this stage of request processing.
Previous: NO_ARGS
Next: OPT_ALL
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)