On Fri, 15 Feb 2008 11:18:47 -0500
"Charles Fry" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I desire to access a request's Content-Length from an input filter.

When it exists, you can get it with
apr_table_get(r->headers_in, "Content-Length")


-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

Reply via email to