Bump version, changelog
[catagits/CatalystX-Debug-ResponseHeaders.git] / README
1 NAME
2     CatalystX::Debug::ResponseHeaders - Log the full response headers sent
3     by your Catalyst application in debug mode
4
5 SYNOPSIS
6         use Catalyst qw/
7             +CatalystX::Debug::ResponseHeaders
8         /;
9
10 DESCRIPTION
11     Prints a Text::SimpleTable style table containing all the headers sent
12     from the user's browser to the application for each request when the
13     application is in debug mode.
14
15 METHODS
16   log_response_status_line
17     Thie method is wrapped to stop the normal method being called. This
18     suppresses the normal single line response status output.
19
20   log_response_headers
21     This hook method in Catalyst is wrapped to call the "log_headers" in
22     Catalyst method for the request headers.
23
24 BUGS
25     None known, but there probably are some.
26
27     Patches are welcome, as are bug reports in the rt.cpan.org bug tracker.
28
29 AUTHOR
30     Tomas Doran (t0m) "<bobtfish@bobtfish.net>".
31
32 COPYRIGHT & LICENSE
33     Copyright 2010 the above author(s).
34
35     This sofware is free software, and is licensed under the same terms as
36     perl itself.
37