logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Apocalypse <APOCAL@cpan.org>

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.

Name

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

See Also

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

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

Synopsis

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

               print $response->connection->remote_ip;

Version

       version 2.30

See Also