> my $json_input;
> $r->read($json_input, $r->headers_in->{'Content-length'});
> my $json_obj = jsonToObj($json_input);

Turns out that $r->params->{POSTDATA} is fine for this.

Just have to go through uses of Apache::Cookie and fix up what they do.
Just turning them into CGI::Cookie apparently doesn't cut it, the cookie is
output after the headers.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to