On Wed, Mar 6, 2013 at 4:21 PM, Nce Rt <[email protected]> wrote: > > > A custom handler which is registered to run APR_HOOK_FIRST has these fields > null when processing http request: > r->content_type, r->parsed_uri.scheme
r->content_type is not related to any request header -- it's the response content type. It won't be set early, before a response is generated.
