Re: Using "generic" POST parser in Apache2::Request

2008-09-10 Thread Srebrenko Sehic
On Wed, Sep 10, 2008 at 12:39 PM, Ryan Gies <[EMAIL PROTECTED]> wrote: > Hopefully someone will respond who has experience with libapreq2's hook > API. The below example (libapreq2 not used) which decodes JSON (not > XML) may provide some insight or a temporary solution. Thanks. I'm aware of th

Re: Using "generic" POST parser in Apache2::Request

2008-09-10 Thread Ryan Gies
On Wed, 10 Sep 2008 09:07:38 +0200 Srebrenko wrote: > 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

Using "generic" POST parser in Apache2::Request

2008-09-10 Thread Srebrenko Sehic
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