1POE::Component::Server:U:sSeirmpCloenHtTrPTiOPbE:u::t:ReCedosmpPpoeonrnsleen(Dt3o:)c:uSmeernvteart:i:oSnimpleHTTP::Response(3)
2
3
4
6 POE::Component::Server::SimpleHTTP::Response - Emulates a
7 HTTP::Response object, used for SimpleHTTP
8
10 version 2.28
11
13 use POE::Component::Server::SimpleHTTP::Response;
14 my $response = POE::Component::Server::SimpleHTTP::Response->new( $wheel_id, $connection );
15
16 print $response->connection->remote_ip;
17
19 This module is used as a drop-in replacement, because we need to store the wheel ID + connection object for the response.
20
21 Use $response->connection to get the SimpleHTTP::Connection object
22
23 EXPORT
24 Nothing.
25
27 L<POE::Component::Server::SimpleHTTP>
28
29 L<POE::Component::Server::SimpleHTTP::Connection>
30
32 Apocalypse <APOCAL@cpan.org>
33
35 This software is copyright (c) 2018 by Apocalypse, Chris Williams,
36 Eriam Schaffter, Marlon Bailey and Philip Gwyn.
37
38 This is free software; you can redistribute it and/or modify it under
39 the same terms as the Perl 5 programming language system itself.
40
41
42
43perl v5.32.1 POE2:0:2C1o-m0p1o-n2e7nt::Server::SimpleHTTP::Response(3)