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

Search results for "dist:POE-Component-Server-SimpleHTTP ERIAM"

POE::Component::Server::SimpleHTTP - Perl extension to serve HTTP requests in POE. River stage two • 8 direct dependents • 10 total dependents

This module makes serving up HTTP requests a breeze in POE. The hardest thing to understand in this module is the HANDLERS. That's it! The standard way to use this module is to do this: use POE; use POE::Component::Server::SimpleHTTP; POE::Component:...

BINGOS/POE-Component-Server-SimpleHTTP-2.30 - 08 May 2023 11:11:49 UTC

POE::Component::Server::SimpleHTTP::State River stage two • 8 direct dependents • 10 total dependents

BINGOS/POE-Component-Server-SimpleHTTP-2.30 - 08 May 2023 11:11:49 UTC

POE::Component::Server::SimpleHTTP::Response - Emulates a HTTP::Response object, used for SimpleHTTP River stage two • 8 direct dependents • 10 total dependents

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....

BINGOS/POE-Component-Server-SimpleHTTP-2.30 - 08 May 2023 11:11:49 UTC

POE::Component::Server::SimpleHTTP::Connection - Stores connection information for SimpleHTTP River stage two • 8 direct dependents • 10 total dependents

This module simply holds some information from a SimpleHTTP connection. METHODS my $connection = POE::Component::Server::SimpleHTTP::Connection->new( $socket ); $connection->remote_ip(); # Returns remote address as a string ( 1.1.1.1 or 2000::1 ) $co...

BINGOS/POE-Component-Server-SimpleHTTP-2.30 - 08 May 2023 11:11:49 UTC
4 results (0.024 seconds)