POE::Component::Server::SimpleHTTP::Response.3pm

Langue: en

Autres versions - même langue

Version: 2009-01-23 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

POE::Component::Server::SimpleHTTP::Response - Emulates a HTTP::Response object, used for SimpleHTTP

SYNOPSIS

         use POE::Component::Server::SimpleHTTP::Response;
         my $response = POE::Component::Server::SimpleHTTP::Response->new( $wheel_id, $connection );
 
         print $response->connection->remote_ip;
 
 

DESCRIPTION

         This module is used as a drop-in replacement, because we need to store the wheel ID + connection object for the response.
 
         Use $response->connection to get the SimpleHTTP::Connection object
 
 

EXPORT

Nothing.

SEE ALSO

         L<POE::Component::Server::SimpleHTTP>
 
         L<POE::Component::Server::SimpleHTTP::Connection>
 
 

AUTHOR

Apocalypse <apocal@cpan.org> Copyright 2006 by Apocalypse

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.