1POE::Component::Server:U:sSeirmpCloenHtTrPTiOPbE:u::t:ReCedosmpPpoeonrnsleen(Dt3o:)c:uSmeernvteart:i:oSnimpleHTTP::Response(3)
2
3
4
6 use POE::Component::Server::SimpleHTTP::Response;
7 my $response = POE::Component::Server::SimpleHTTP::Response->new( $wheel_id, $connection );
8
9 print $response->connection->remote_ip;
10
12 This module is used as a drop-in replacement, because we need to store the wheel ID + connection object for the response.
13
14 Use $response->connection to get the SimpleHTTP::Connection object
15
16 EXPORT
17
18 Nothing.
19
21 L<POE::Component::Server::SimpleHTTP>
22
23 L<POE::Component::Server::SimpleHTTP::Connection>
24
26 Apocalypse <apocal@cpan.org>
27
29 Copyright 2006 by Apocalypse
30
31 This library is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
34
35
36perl v5.8.8 POE2:0:0C7o-m0p3o-n2e1nt::Server::SimpleHTTP::Response(3)