| CatalystX::Debug::ResponseHeaders - Log the full response headers sent by your Catalyst application in debug mode |
CatalystX::Debug::ResponseHeaders - Log the full response headers sent by your Catalyst application in debug mode
use Catalyst qw/
+CatalystX::Debug::ResponseHeaders
/;
Prints a the Text::SimpleTable manpage style table containing all the headers sent from the user's browser to the application for each request when the application is in debug mode.
Thie method is wrapped to stop the normal method being called. This suppresses the normal single line response status output.
This hook method in Catalyst is wrapped to call the Catalyst/log_headers method for the request headers.
None known, but there probably are some.
Patches are welcome, as are bug reports in the rt.cpan.org bug tracker.
Tomas Doran (t0m) <bobtfish@bobtfish.net>.
Copyright 2010 the above author(s).
This sofware is free software, and is licensed under the same terms as perl itself.
| CatalystX::Debug::ResponseHeaders - Log the full response headers sent by your Catalyst application in debug mode |