Search results for "module:Apache2::RequestRec"
Apache2::RequestRec::Time - Bring microseconds to Apache2::RequestRec
The Apache2::RequestRec::Time extends the Apache2::RequestRec functionality with method request_duration_microseconds(). That makes it possible to retrieve from Perl information equivalent to Custom Log Format's %D: the time taken to serve the reques...
JANPAZ/Apache2-RequestRec-Time-1.1 - 04 Mar 2011 21:14:03 UTC
Test::Apache2::RequestRec - Fake Apache2::RequestRec
Apache2::RequestRec don't allow you to create an instance manually, because the instance created automatically by mod_perl. So this class provides same interface as Apache2::RequestRec except a public constructor and some setters....
KZYS/Test-Apache2-0.05 - 15 Dec 2009 15:01:06 UTC
Apache2::Dummy::RequestRec - dummy Apache request record class for testing
Apache2::Dummy::RequestRec can be used to test Apache2 mod_perl request handlers without an actual web server running. The difference to other similar modules is, that it uses APR::Table and APR::Pool to act much more like a real Apache....
JFF/Apache2-Dummy-RequestRec-0.03 - 16 Dec 2021 08:16:09 UTC
Apache2::ASP::Mock::RequestRec - Mimics the mod_perl2 Apache2::RequestRec object ($r)
This package provides "mock" access to what would normally be an Apache2::RequestRec object - known by the name $r in a normal mod_perl2 environment. This package exists only to provide a layer of abstraction for Apache2::ASP::API and Apache2::ASP::T...
JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC
Test::Environment::Plugin::Apache2::Apache2::RequestRec - fake Apache2::RequestRec for Test::Environment
Will populate Apache2::RequestRec namespace with fake methods that can be used for testing....
JKUTEJ/Test-Environment-0.07 - 27 Sep 2015 18:17:53 UTC
Apache2::API - Apache2 API Framework
This module provides a comprehensive, powerful, yet simple framework to access Apache mod_perl's API <https://perl.apache.org/docs/2.0/api/> and documented appropriately. Apache mod_perl is an awesome framework, but quite complexe with a steep learni...
JDEGUEST/Apache2-API-v0.1.4 - 19 Nov 2023 00:15:14 UTC
Apache2::SSI - Apache2 Server Side Include
Apache2::SSI implements Apache Server Side Include <https://httpd.apache.org/docs/current/en/howto/ssi.html>, a.k.a. SSI, within and outside of Apache2/mod_perl2 framework. Apache2::SSI is inspired from the original work of Apache::SSI with the main ...
JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC
Apache2::LogF - Format Apache 2 log messages like sprintf
DORIAN/Apache-LogF-0.01
-
11 Jun 2005 17:45:21 UTC
Apache2::Ajax - mod_perl interface to CGI::Ajax
This module is a mod_perl2 interface to CGI::Ajax, which provides a mechanism for using perl code asynchronously from javascript-enhanced HTML pages. As well as mod_perl2, this package requires CGI::Ajax, as well as a CGI.pm-compatible CGI module for...
RKOBES/Apache2-Ajax-0.11 - 06 Jun 2008 05:05:05 UTC
Apache2::WebApp - Simplified web application framework - EOL (for reference only)
The WebApp::Toolkit is a *mod_perl* web application framework for the Perl programming language. It defines a set of methods, processes, and conventions that help provide a consistent application environment. The way this package works is actually pr...
MBROOKS/Apache2-WebApp-Toolkit-0.391 - 26 Apr 2014 08:45:42 UTC
Apache2::Request - Methods for dealing with client request data
The Apache2::Request module provides methods for parsing GET and POST parameters encoded with either *application/x-www-form-urlencoded* or *multipart/form-data*. Although Apache2::Request provides a few new APIs for accessing the parsed data, it rem...
SHAY/libapreq2-2.16 - 22 Mar 2021 17:59:11 UTC
Apache2::DebugLog - Multidimensional debug logging in mod_perl 2.x
DORIAN/Apache-DebugLog-0.02
-
14 Jul 2005 21:23:12 UTC
Apache2::FileHash - Methods to store and retrieve files using a hashing methodology.
This is an attempt at solving a problem with hosting millions of static files. It should be straight forward enough to take a suite of n servers and store x files across them. It is assumed that each bucket is publically accessible and that the disks...
BPMEDLEY/Apache2-FileHash-0.01 - 02 Jan 2012 02:35:37 UTC
Apache2::Geo::IP - Look up country by IP address
This module constitutes a mod_perl (version 2) interface to the Geo::IP module, which looks up in a database a country of origin of an IP address. This database simply contains IP blocks as keys, and countries as values. This database should be more ...
RKOBES/Apache-GeoIP-1.99 - 24 Apr 2009 03:47:20 UTC
Apache2::SSI::URI - Apache2 Server Side Include URI Object Class
Apache2::SSI::URI is used to manipulate and query http uri. It is used by Apache2::SSI both for the main query, and also for sub queries like when there is an "include" directive. In this case, there would be the main document uri such as "/some/path...
JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC
Apache2::SafePnotes - a safer replacement for Apache2::RequestUtil::pnotes
This module cures a problem with "Apache2::RequestRec::pnotes" and "Apache2::Connection::pnotes" (available since mod_perl 2.0.3). These functions store perl variables making them accessible from various phases of the Apache request cycle. According ...
OPI/Apache2-SafePnotes-0.03 - 06 Jun 2006 19:00:03 UTC