On Dec 17, 2007 9:23 PM, John Zhang <[EMAIL PROTECTED]> wrote: > I would like to know the request type in my module > (handler/filter), is there any way to know that (HTTP > vs HTTPS)?
apr_table_get(r->subprocess_env, "HTTPS") might be what you want -- Eric Covener [EMAIL PROTECTED]
