Hi list, I'm trying to use libapreq2/Apache2::Request to access the POST body/payload under mod_perl2. According to the docs, one can potentially use APR::Request::Parser custom/generic to achieve this. What I'm trying to do is have Apache2::Request process POST payloads with "text/xml" as Content-Type.
Does anybody have an example on how to do this? TIA, Srebrenko