X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=bd650e7a1b473bdeb0ba10d65d7542147a53ab47;hb=HEAD;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=019a8a6a30a337c19613f9d65ea89b021ed0a04c;p=catagits%2FCatalystX-Debug-ResponseHeaders.git diff --git a/README b/README index e69de29..bd650e7 100644 --- a/README +++ b/README @@ -0,0 +1,37 @@ +NAME + CatalystX::Debug::ResponseHeaders - Log the full response headers sent + by your Catalyst application in debug mode + +SYNOPSIS + use Catalyst qw/ + +CatalystX::Debug::ResponseHeaders + /; + +DESCRIPTION + Prints a Text::SimpleTable 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. + +METHODS + log_response_status_line + Thie method is wrapped to stop the normal method being called. This + suppresses the normal single line response status output. + + log_response_headers + This hook method in Catalyst is wrapped to call the "log_headers" in + Catalyst method for the request headers. + +BUGS + None known, but there probably are some. + + Patches are welcome, as are bug reports in the rt.cpan.org bug tracker. + +AUTHOR + Tomas Doran (t0m) "". + +COPYRIGHT & LICENSE + Copyright 2010 the above author(s). + + This sofware is free software, and is licensed under the same terms as + perl itself. +