From: Yuval Kogman Date: Thu, 29 Dec 2005 11:30:42 +0000 (+0000) Subject: doc pointer from content_type X-Git-Tag: 5.7099_04~765 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=87e9f9abcaad3cbb740a4ee4a814bf94abaff6c6 doc pointer from content_type --- diff --git a/lib/Catalyst/Response.pm b/lib/Catalyst/Response.pm index ff46398..8aa9b22 100644 --- a/lib/Catalyst/Response.pm +++ b/lib/Catalyst/Response.pm @@ -56,6 +56,10 @@ Shortcut for $res->headers->content_length. Shortcut for $res->headers->content_type. +This value is typically set by your view or plugin. For example, +L will guess the mime type based on the file +it found, while L defaults to C. + =head2 $res->cookies Returns a reference to a hash containing cookies to be set. The keys of the