Ruby on Rails application (Active Resource as far as i remember) sends
request arguments via POST and PUT in JSON format (application/json).
I needed the way to parse these arguments and put them in apr_table_t
structure.
Anyway, I have already made such module. Called it mod_args. Module
parse no
It might help if you describe what you are trying to achieve and we
might be able to give you a better answer.
On Sun, Dec 13, 2009 at 3:09 AM, Kevac Marko wrote:
> Hello
>
> Is there any module similar to mod_form
> (http://apache.webthing.com/mod_form/) which is able to accept and
> parse POST
Hello
Is there any module similar to mod_form
(http://apache.webthing.com/mod_form/) which is able to accept and
parse POST request in JSON format (application/json)?
Thanks.
--
Marko Kevac
Sent from Moscow, Mow, Russia
-
The