X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FResponse.pm;h=a84e3c8225c3de855f4923da4b5ef727c5a3396c;hp=236f70120589738f635b760db89ce96b4d28553d;hb=06e1b6164a2c9d7b463f358b0d1934ef83a82845;hpb=b160463fabb0b2c1d0914427e2265ee8152efb46 diff --git a/lib/Catalyst/Response.pm b/lib/Catalyst/Response.pm index 236f701..a84e3c8 100644 --- a/lib/Catalyst/Response.pm +++ b/lib/Catalyst/Response.pm @@ -17,6 +17,7 @@ Catalyst::Response - Catalyst Response Class =head1 SYNOPSIS $resp = $c->response; + $resp->body; $resp->content_encoding; $resp->content_length; $resp->content_type; @@ -38,6 +39,10 @@ to response data. =over 4 +=item $resp->body + +Shortcut for $resp->output. + =item $resp->content_encoding Shortcut to $resp->headers->content_encoding