Subject: | Catalyst::Request $req->body |
Date: | Wed, 31 Dec 2014 20:56:03 +0000 |
To: | "bug-Catalyst-Runtime [...] rt.cpan.org" <bug-catalyst-runtime [...] rt.cpan.org> |
From: | david zhang <yumingzhang2000 [...] hotmail.com> |
By the document, $req->body "returns the message body of the request, as returned by HTTP::Body: a string, unless Content-Type is application/x-www-form-urlencoded, text/xml, or multipart/form-data, in which case a File::Temp object is returned"
However, if the body is not empty, It returns File::Temp always. Is the document left behind?
David Zhang