[Catalyst] request body
Eduardo Oliveros
eduardo.oliveros at gmail.com
Tue Dec 13 15:11:44 CET 2005
Hello,
I'm trying to obtain the request body. Using:
$c->req->body
what I get is /tmp/<file> (/tmp/jjGNHTcy2J), I think is a reference to
File::Temp
To actually get the body I have to use (accesing to the internal of the
request object):
$c->req->{_body}->{buffer}
Any idea about the right way to get the request's body?
Thanks,
Edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20051213/3220585a/attachment.htm
More information about the Catalyst
mailing list