On Mon, 16 Jul 2007 8:44 pm, Praveen Ray wrote:
How would I read the xml data sent, in a mod-perl2 response Handler?
$r->param() wouldn't help since the Request Type is not set to
"application/x-www-form-urlencoded"
I'm thinking some way to reading raw-data using $r and then parsing it
myself in the Handler but can't find any example of how to read raw
data. Apache2::RequestRec doesn't seem to have any '$r->read' method.
See Apache2::RequestIO
http://perl.apache.org/docs/2.0/api/Apache2/RequestIO.html#C_read_