POE::Component::Server::HTTP (PoCo::HTTPD) is a framework for building custom HTTP servers based on POE. It is loosely modeled on the ideas of apache and the mod_perl/Apache module. It is built alot on work done by Gisle Aas on HTTP::* modules and th...
RCLAMP/POE-Component-Server-HTTP-0.09 - 23 May 2006 20:47:37 UTCMCMIC/POE-Component-Server-JSONRPC-0.06 - 06 Dec 2017 13:40:01 UTC
Handlers...
GWYN/POE-Component-Server-HTTP-KeepAlive-0.0307 - 10 Dec 2012 17:13:06 UTCGREGFAST/POE-Component-Server-HTTPServer-0.9.2 - 20 May 2005 15:07:22 UTC
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.28 - 17 Sep 2018 10:25:46 UTCRCLAMP/POE-Component-Server-HTTP-0.09 - 23 May 2006 20:47:37 UTC
RCLAMP/POE-Component-Server-HTTP-0.09 - 23 May 2006 20:47:37 UTC
RCLAMP/POE-Component-Server-HTTP-0.09 - 23 May 2006 20:47:37 UTC
This package defines the standard interface for request handlers. You can subclass this package to define custom behavior....
GREGFAST/POE-Component-Server-HTTPServer-0.9.2 - 20 May 2005 15:07:22 UTCBINGOS/POE-Component-Server-SimpleHTTP-2.28 - 17 Sep 2018 10:25:46 UTC
BINGOS/POE-Component-Server-SimpleHTTP-PreFork-2.10 - 02 Jul 2013 20:53:30 UTC
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.28 - 17 Sep 2018 10:25:46 UTCThis 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.28 - 17 Sep 2018 10:25:46 UTCStaticHandler provides a request handler which serves static filesystem resources relative to a given root. It may also be subclassed to handle interpreted requests based on filesystem resources such as parsed or templated pages. StaticHandler expect...
GREGFAST/POE-Component-Server-HTTPServer-0.9.2 - 20 May 2005 15:07:22 UTCGREGFAST/POE-Component-Server-HTTPServer-0.9.2 - 20 May 2005 15:07:22 UTC
NotFoundHandler generates and returns "404 Not Found" responses. This handler is, by default, set as the backstop handler that HTTPServer will invoke on a request if none of the other handlers have returned H_FINAL. If the "error_message" context att...
GREGFAST/POE-Component-Server-HTTPServer-0.9.2 - 20 May 2005 15:07:22 UTCBasicAuthenHandler performs the necessary processing on requests to support HTTP Basic authentication. If the user-agent making the request supplies authentication information (via the "WWW-Authenticate" header), this handler extracts the supplied us...
GREGFAST/POE-Component-Server-HTTPServer-0.9.2 - 20 May 2005 15:07:22 UTCParameterParseHandler parses the request URI and body (for POST requests), and stores CGI parameters in the context. Parameters are stored as a hashref (name => value) in "$context->{param}". Stack this handler before handlers which need to process r...
GREGFAST/POE-Component-Server-HTTPServer-0.9.2 - 20 May 2005 15:07:22 UTCGWYN/POE-Component-Server-HTTP-KeepAlive-0.0307 - 10 Dec 2012 17:13:06 UTC
POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...
BINGOS/POE-1.368 - 02 Feb 2020 13:39:17 UTC