1CGI::Application::PlugiUns:e:rDeCvoCPnGotIpr:ui:pbA:up:tpHelTdiTcPPaHeterialodneD:ro:scP(ul3mu)egnitna:t:iDoenvPopup::HTTPHeaders(3)
2
3
4
6 CGI::Application::Plugin::DevPopup::HTTPHeaders - show incoming and
7 outgoing HTTP headers
8
10 version 1.08
11
13 use CGI::Application::Plugin::DevPopup;
14 use CGI::Application::Plugin::DevPopup::HTTPHeaders;
15
16 The rest of your application follows
17 ...
18
19 Output looks roughly like this:
20
21 Incoming HTTP Headers
22 -----------------------------------
23 http
24 -----------------------------------
25 HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
26 HTTP_ACCEPT_CHARSET UTF-8,*;q=0.5
27 HTTP_HOST www.example.com
28
29 Outgoing HTTP Headers
30 -----------------------------------
31 Content-Type: text/html; charset=utf8
32
33 Environment Dump
34 -----------------------------------
35 CAP_DEVPOPUP_EXEC 1
36 DOCUMENT_ROOT /var/www/html
37 GATEWAY_INTERFACE CGI/1.1
38 QUERY_STRING
39 REMOTE_ADDR 127.0.0.1
40
42 For obvious reasons, the outgoing headers only display what
43 CGI::Application will generate.
44
46 CGI::Application::Plugin::DevPopup, CGI::Application
47
49 Rhesa Rozendaal, rhesa@cpan.org
50
52 Please report any bugs or feature requests to
53 bug-cgi-application-plugin-devpopup@rt.cpan.org, or through the web
54 interface at
55 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CGI-Application-Plugin-DevPopup>.
56 I will be notified, and then you'll automatically be notified of
57 progress on your bug as I make changes.
58
60 Copyright 2005 Rhesa Rozendaal, all rights reserved.
61
62 This program is free software; you can redistribute it and/or modify it
63 under the same terms as Perl itself.
64
65
66
67perl v5.34.0 CGI::A2p0p2l2i-c0a1t-i2o0n::Plugin::DevPopup::HTTPHeaders(3)