Scroll to navigation

POE::Component::Server::SimpleHTTP::Response(3pm) User Contributed Perl Documentation POE::Component::Server::SimpleHTTP::Response(3pm)

NAME

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

VERSION

version 2.28

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 AND LICENSE

This software is copyright (c) 2018 by Apocalypse, Chris Williams, Eriam Schaffter, Marlon Bailey and Philip Gwyn.

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

2018-09-18 perl v5.26.2