GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

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

version 2.28

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

        print $response->connection->remote_ip;

        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

Nothing.

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

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

Apocalypse <APOCAL@cpan.org>

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-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.