Search results for "module:Apache2::Response"
Apache2::API::Response - Apache2 Outgoing Response Access and Manipulation
The purpose of this module is to provide an easy access to various method to process and manipulate incoming request. This is designed to work under modperl. Normally, one would need to know which method to access across various Apache2 mod perl modu...
JDEGUEST/Apache2-API-v0.1.4 - 19 Nov 2023 00:15:14 UTC
Apache2::ASP::Response - Outgoing response object.
Apache2::ASP::Response offers a wrapper around the outgoing response to the client....
JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC
Apache2::REST::Response - Container for an API Response.
JETEVE/Apache2-REST-0.07
-
24 Sep 2010 11:57:30 UTC
Apache2::Response::FileMerge - Easily merge JavaScript and CSS into a single file dynamically.
Problem(s) Solved There are a number of best practices on how to generate content into a web page. Yahoo!, for example, publishes such a document (http://developer.yahoo.com/performance/rules.html) and is relatively well respected as it contains a nu...
WAZZUTEKE/Apache2-Response-FileMerge-1.105 - 10 Mar 2011 18:38:20 UTC
EntityModel::Web::Apache2::Response - handle response to web request
TEAM/EntityModel-Web-Apache2-0.001
-
06 Mar 2011 03:11:22 UTC
OpenFrame::Segment::Apache2::Response - Apache2 request segment
The OpenFrame::Segment::Apache2::Request slot distribution provides a segment for OpenFrame 3 that converts from OpenFrame::Response objects into an Apache2 response. It should be a cleanup segment in the pipeline....
LBROCARD/OpenFrame-Segment-Apache2-1.00 - 19 Dec 2002 15:51:35 UTC
Apache2::Controller::NonResponseBase - internal base class for non-response handlers in Apache2::Controller framework
This factors out the common parts of handlers in the "Apache2::Controller" framework other than the main response handler. These non-response handlers like Dispatch and Session do not need to create the Apache2::Request object (I think...), so that i...
MARKLE/Apache2-Controller-v1.1.1 - 13 Jun 2014 19:02:14 UTC
Apache2::Controller::NonResponseRequest - internal base class w/ apreq for non-response handlers in Apache2::Controller framework
This is like Apache2::Controller::NonResponseBase except that it creates the Apache2::Request object and makes $self an inheriting subclass of it. So using this as a base, there is no need to dereference "$self->{r}" to get at the request. It is all ...
MARKLE/Apache2-Controller-v1.1.1 - 13 Jun 2014 19:02:14 UTC
Apache2::AUS - Authorization, Users, and Sessions for Apache2.
Note: *This is an alpha release. The interface is somewhat stable and well-tested, but other changes may come as I work in implementing this on my website.* "Apache2::AUS" is a mod_perl package that provides access to "Schema::RDBMS::AUS" sessions an...
CRAKRJACK/Apache2-AUS-0.02 - 16 Mar 2006 00:03:20 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::REST - Micro framework for REST API implementation under apache2/mod_perl2/apreq2
JETEVE/Apache2-REST-0.07
-
24 Sep 2010 11:57:30 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
Cindy::Apache2 - use unmodified XML or HTML documents as templates.
"Cindy::Apache2" uses the Cindy module in an apache content handler. Cindy merges data into a document template using a content injection sheet to create its response. As you see above it is used by configuring apache. This can be done from .htaccess...
JZOBEL/Cindy-Apache2-0.09 - 26 Sep 2014 21:23:43 UTC
Apache2::Reload - Reload Perl Modules when Changed on Disk
"Apache2::Reload" reloads modules that change on the disk. When Perl pulls a file via "require", it stores the filename in the global hash %INC. The next time Perl tries to "require" the same file, it sees the file in %INC and does not reload from di...
SHAY/Apache-Reload-0.14 - 06 Aug 2023 10:47:19 UTC
Apache2::AuthAny - Authentication with any provider or mechanism
Apache2::AuthAny is extensible authentication layer providing support for any authentication mechanism or provider. AuthAny registers handlers for the Apache headerParser, authentication, fixup, and response phases. The Authentication phase handler c...
KGOLDOV/Apache2-AuthAny-0.201 - 16 May 2011 18:32:03 UTC
Apache2::CondProxy - Intelligent reverse proxy for missing resources
This module performs the logic required to achieve what is implied by the following Apache configuration: # httpd.conf RewriteEngine On RewriteCond %{REQUEST_URI} !-U RewriteRule (.*) http://another.host$1 [P,NS] Which says *if I can't respond to a g...
DORIAN/Apache2-CondProxy-0.17 - 03 Oct 2015 03:46:50 UTC
Apache2::SizeLimit - Because size does matter.
******************************** NOTICE ******************* This version is only for httpd 2.x and mod_perl 2.x series. For httpd 1.3.x / mod_perl 1.x Apache::SizeLimit documentation please read the perldoc in lib/Apache/SizeLimit.pm ****************...
SHAY/Apache-SizeLimit-0.98 - 06 Aug 2023 10:47:30 UTC