Apache2, mod_perl, getting the raw request ody
"Andreas Mock" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Hi all, searched around and didn't find an answer. Probably it's complicated or so simple that I don't see it. I'm using mod_perl with the response handler being ModPerl::Registry. I wrapped the call to the function handling the request in an eval block to react on exceptions. Is there a easy way to get (and dump) the raw request body? I digged around the Apache2::-modules but didn't find something appropriate. Best regards Andreas Mock