From: Dan Dascalescu Date: Thu, 27 Aug 2009 00:56:26 +0000 (+0000) Subject: POD addition: $c->req->body returns a string or a File::Temp object X-Git-Tag: 5.80012~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=843871cfbe3ee5c1a29239b9eb79009c3aefe622;p=catagits%2FCatalyst-Runtime.git POD addition: $c->req->body returns a string or a File::Temp object --- diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index 099f1de..3383fc6 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -237,8 +237,9 @@ C then C is C. =head2 $req->body -Returns the message body of the request, unless Content-Type is -C or C. +Returns the message body of the request, as returned by L: a string, +unless Content-Type is C, C, or +C, in which case a L object is returned. =head2 $req->body_parameters