The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 );

CHANGES

1.01

        Initial Revision

DESCRIPTION

        This module is used as a drop-in replacement, because we need to store the wheel ID for the response.

EXPORT

Nothing.

SEE ALSO

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

AUTHOR

Apocalypse <apocal@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2003 by Apocalypse

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