Name

ap_is_initial_req — is this the main request_rec?

Synopsis

int ap_is_initial_req(request_rec *r)

Returns 1 if r is the main request_rec (as opposed to a subrequest or internal redirect) and 0 otherwise.