NAME

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

SYNOPSIS

use POE::Component::Server::SimpleHTTP::Request;
my $response = POE::Component::Server::SimpleHTTP::Request->new( );

# Print connection port
print $response->connection->Remote_Port;

CHANGES

1.01

Initial Revision

DESCRIPTION

This module is used as a drop-in replacement, because we need to store the connection information.

EXPORT

Nothing.

SEE ALSO

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

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.