Fixed MP19 uploads. Added request/response body. Added support in all Engines for...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Response.pm
index 236f701..a84e3c8 100644 (file)
@@ -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