Honza Pazdziora <[EMAIL PROTECTED]> writes:

> I'm using Apache2, mod_perl2. I use Apache::Request, so that I can get
> to ->args and ->body data easily.
> 
> At the same time, I would sometimes need to get the raw body data.

If the body data is getting lost when you use Apache::Request
in mp2, that's a bug in Apache::Request.

[...]

> Is there any way to retrieve the raw content (and headers)

You could write a input filter that goes in front of HTTP_IN
(protocol or connection type), which would see the byte stream 
in raw form (headers unparsed, data unchunked).


-- 
Joe Schaefer


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to