Re: apreq_parse_generic example

Joseph Schaefer <[email protected]> Fri, 8 Nov 2013 13:02:00 -0500
Newsgroups gmane.comp.apache.apreq
Message-ID <[email protected]>
Been a while since I thought about this, but
apreq is really only suited for table-based
data structures.  JSON is a little too generic
for that unless you know the data is restricted
to only key-value pairs.

On Nov 8, 2013, at 12:45 PM, Brian J. France <[email protected]> =
wrote:

> Does anybody have example code of how to use apreq_parse_generic in an =
httpd module hook (non-handler)?
>=20
> Need to use apreq2 and mod_apreq2 to read json data and not having any =
luck.
>=20
> Thanks,
>=20
> Brian
>=20
> - Please keep me looped into any reply, not subscribed.