Changelog, new version
[catagits/CatalystX-Debug-RequestHeaders.git] / README
CommitLineData
2ab3d8c4 1NAME
2 CatalystX::Debug::RequestHeaders - Log the full request headers sent to
3 a Catalyst application in debug mode
4
5SYNOPSIS
6 use Catalyst qw/
7 +CatalystX::Debug::RequestHeaders
8 /;
9
10DESCRIPTION
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
15METHODS
16 log_request_headers
17 This hook method in Catalyst is wrapped to call the "log_headers" in
18 Catalyst method for the request headers.
19
20BUGS
21 None known, but there probably are some.
22
23 Patches are welcome, as are bug reports in the rt.cpan.org bug tracker.
24
25AUTHOR
26 Tomas Doran (t0m) "<bobtfish@bobtfish.net>".
27
28COPYRIGHT & LICENSE
29 Copyright 2010 the above author(s).
30
31 This sofware is free software, and is licensed under the same terms as
32 perl itself.
33