Apache::Dispatch translates $r->uri into a class and method and runs it as a PerlHandler. Basically, this allows you to call PerlHandlers as you would Regsitry scripts without having to load your httpd.conf with a slurry of <Location> tags....
PHRED/Apache2-Dispatch-0.15 - 13 Feb 2010 02:45:06 UTCThis package provides methods common to Apache::Dispatch and Apache2::Dispatch....
PHRED/Apache2-Dispatch-0.15 - 13 Feb 2010 02:45:06 UTCThis module reads values out of the HTTP submission and dispatches to code as appropriate. The architecture requires four elements: The apache request This is normally a singleton instance of Apache::Request. The persistent session This is usually an...
SHEVEK/Apache-Action-0.02 - 19 Jan 2004 00:51:11 UTCThe Apache::HeavyCGI framework is intended to provide a couple of simple tricks that make it easier to write complex CGI solutions. It has been developed on a site that runs all requests through a single mod_perl handler that in turn uses CGI.pm or A...
ANDK/Apache-HeavyCGI-0.013302 - 04 Feb 2006 20:15:23 UTCWriting modules for mod_perl that work under both mod_perl and mod_perl2 is not fun. This module is here to make that endeavour less painful. mod_perl2 is great, but a lot of users are still using mod_perl. Migrating to mod_perl2 while maintaining mo...
PHRED/Apache-Bootstrap-0.07 - 13 Jul 2009 19:13:26 UTCApache::MIMEMapper extends the core AddHandler directive to allow you to dispatch different PerlHandlers based on the file extension of the requested resource. This means that you can now have .pl scripts under htdocs/ (or wherever) without resorting...
GEOFF/Apache-MIMEMapper-0.10 - 21 Feb 2002 14:22:31 UTCThe Apache::RPC::Status package is provided as a simple status monitor for XML-RPC servers running in a mod_perl environment, using the Apache::RPC::Server class (or derivative of). Patterned after the status system provided with mod_perl itself, inf...
RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTCThe SOAP::Transport::ActiveWorks::Lite class provides support for ActiveWorks URIs to access ActiveWorks brokers through an HTTP proxy server with SOAP structured requests. The package also allows an ActiveWorks adapter to be used as a SOAP server to...
DYACOB/SOAP-Lite-ActiveWorks-0.11 - 09 Oct 2017 11:33:43 UTCWhen an execution plan object is instantiated, it immediately visits all specified classes, collects the singleton objects for these classes, and checks if the classes define the specified methods. It creates an array of objects and methods or an arr...
ANDK/Apache-HeavyCGI-0.013302 - 04 Feb 2006 20:15:23 UTCApache::Request::Dispatcher is a mod_perl handler which handles Apache HTTP requests under mod_perl, and dispatches them to a sub-class of Apache::Request::Controller (after some initial request setup has been performed). If required, it will establi...
KITE/gestalt-0.2.1 - 28 Oct 2005 11:01:59 UTCGets a client request. Parses its JSON data. Passes the server object and the object decoded from the JSON data to your procedure (method). Takes your returned value (scalar or arrayref or hashref). Sends a response. Well, you write your procedure co...
DMAKI/JSON-RPC-1.06 - 07 Oct 2014 01:59:39 UTCThis class encapsulates the details of hooking up to mod_perl, and then calls SOAP::Transport::HTTP::Server to do the SOAP-specific stuff. This way the Server class can be reused with any web server configuration (including CGI), by simply composing ...
KBROWN/SOAP-0.28 - 05 Sep 2000 18:04:25 UTC