The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Apache::Request"

Apache::Request - Methods for dealing with client request data River stage two • 25 direct dependents • 25 total dependents

*Apache::Request* is a subclass of the *Apache* class, which adds methods for parsing GET requests and POST requests where *Content-type* is one of *application/x-www-form-urlencoded* or *multipart/form-data*. See the libapreq(3) manpage for more det...

ISAAC/libapreq-1.34 - 08 Jan 2009 22:13:46 UTC - Search in distribution

Apache::PageKit - MVCC web framework using mod_perl, XML and HTML::Template River stage zero No dependents

PageKit is an mod_perl based application framework that uses HTML::Template and XML to separate code, design, and content. Includes session management, authentication, form validation, co-branding, and a content management system. Its goal is to solv...

BORISZ/Apache-PageKit-1.18 - 26 Mar 2005 18:49:05 UTC - Search in distribution

Egg::Request::Apache - Request class for mod_perl. River stage two • 17 direct dependents • 17 total dependents

It is a base class for Egg::Request::Apache::MP13, Egg::Request::Apache::MP19, Egg::Request::Apache::MP20....

LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC - Search in distribution

Apache::Request::I18N - Internationalization extension to Apache::Request River stage zero No dependents

*Apache::Request::I18N* adds transparent support over *Apache::Request* for internationalized GET/POST parameters. Form field names and values are automatically decoded and converted either to Perl's internal UTF-8 format, or to another character enc...

FBRIERE/Apache-Request-I18N-0.08 - 29 Jul 2006 07:45:32 UTC - Search in distribution

Apache::Wyrd::Request - Unified libapreq configuration or libapreq replacement River stage zero No dependents

Wrapper for "Apache::Request" or "CGI" object with "Apache::Request"-type assurances that this is the first and only invocation for this PerlResponseHandler. The wrapper is for the convenience of allowing a consistent set of parameters to be used in ...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC - Search in distribution

Apache::Sling::Request - Functions used for making HTTP Requests to an Apache Sling instance. River stage zero No dependents

Utility library providing useful utility functions for general Request functionality....

XEONTIME/Apache-Sling-0.27 - 18 Apr 2012 19:58:41 UTC - Search in distribution

Apache::iNcom::Request - Manages the Apache::iNcom request's informations. River stage zero No dependents

This module is responsible for managing the environment in which the Apache::iNcom page will execute. It setups all the objects that will be accessible to the pages through globals and also provides the page with a bunch of utility functions. It also...

FRAJULAC/Apache-iNcom-0.09 - 19 Jun 2000 21:03:51 UTC - Search in distribution

Apache::TestRequest - Send requests to your Apache test server River stage three • 69 direct dependents • 121 total dependents

Apache::TestRequest provides convenience functions to allow you to make requests to your Apache test server in your test scripts. It subclasses "LWP::UserAgent", so that you have access to all if its methods, but also exports a number of useful funct...

SHAY/Apache-Test-1.43 - 07 Nov 2021 13:00:25 UTC - Search in distribution

Apache::Wombat::Request - Apache connector request class River stage zero No dependents

Apache connector request class. Extends Wombat::Connector::HttpRequestBase. Overrides many superclass methods to delegate to an underlying Apache::Request instance....

IX/Apache-Wombat-0.5.1 - 04 Nov 2001 16:31:33 UTC - Search in distribution

Froody::Request::Apache River stage zero No dependents

A Froody request object that slurps its data from a Apache request. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 5: =over is the last thing in the document?!...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC - Search in distribution

Apache::Request::Redirect - An Apache mod_perl module to redirect url request River stage zero No dependents

The purpose of this module is to give a tool to route local request to other web sites. This module handles locale HTTP requests and it transfer them, pratically unchanged, to other destination. One of the use of this module is to permit to incapsula...

EBRUNI/Apache-Request-Redirect-0.05 - 15 Apr 2004 21:22:36 UTC - Search in distribution

Apache::Singleton::Request - One instance per One Request River stage zero No dependents

See Apache::Singleton....

MSCHOUT/Apache-Singleton-0.17 - 02 Aug 2017 16:33:07 UTC - Search in distribution

CGI::Lite::Request::Apache - mod_perl compatibility class for CGI::Lite::Request River stage zero No dependents

RHUNDT/CGI-Lite-Request-0.06 - 11 Mar 2006 14:04:38 UTC - Search in distribution

OpenPlugin::Request::Apache - Apache driver for the OpenPlugin::Param plugin River stage zero No dependents

ERIC/OpenPlugin-0.11 - 29 Aug 2003 03:04:25 UTC - Search in distribution

Apache::Request::Dispatcher - dispatches requests to a sub-class of Apache::Request::Controller River stage zero No dependents

Apache::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 UTC - Search in distribution

Sledge::Request::Apache::I18N River stage one • 2 direct dependents • 2 total dependents

Sledge::Request::Apache::I18N is...

HORIUCHI/Sledge-Request-Apache-I18N-0.02 - 12 Jan 2008 14:40:13 UTC - Search in distribution

OpenFrame::Segment::Apache::Request - Apache request segment River stage zero No dependents

The OpenFrame::Segment::Apache::Request slot distribution provides a segment for OpenFrame 3 that converts from Apache requests to OpenFrame::Request objects. It should be the first segment in the pipeline....

LBROCARD/OpenFrame-Segment-Apache-1.20 - 05 Nov 2003 14:13:54 UTC - Search in distribution

Apache::RequestNotes - pass form and cookie data around in pnotes River stage zero No dependents

Apache::RequestNotes provides a simple interface allowing all phases of the request cycle access to cookie or form input parameters in a consistent manner. Behind the scenes, it uses libapreq functions to parse request data and puts references to the...

GEOFF/Apache-RequestNotes-0.06 - 27 Dec 2000 15:21:27 UTC - Search in distribution

Apache::TaintRequest - HTML Escape tainted data to prevent CSS Attacks River stage zero No dependents

Note: This code is derived from the *Cookbook::TaintRequest* module, available as part of "The mod_perl Developer's Cookbook". One of the harder problems facing web developers involves dealing with potential cross site scripting attacks. Frequently t...

LINDNER/Apache-TaintRequest-0.10 - 26 Jan 2002 03:07:16 UTC - Search in distribution

Apache::ShowRequest - Show phases and module participation River stage zero No dependents

This module will run a request using the given PATH_INFO as the uri. Each request phase will be run in order, along with each module handler. The module response code will be printed or undef if the module does not participate in the given phase. Apa...

DOUGM/Apache-Module-0.11 - 05 Oct 1999 18:24:31 UTC - Search in distribution
891 results (0.146 seconds)