Apache 1.3 API Documentation

Constant OK

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.

See also:
DECLINED, DECLINE_CMD, DONE

Previous: NO_ARGS Next: OPT_ALL

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