ap_is_initial_req — is this the main request_rec?
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.
1
r
request_rec
0