|
Apache::Wyrd::Request - Object for unifying libapreq configurations across Wyrds |
Apache::Wyrd::Request - Object for unifying libapreq configurations across Wyrds
in Apache config:
PerlSetVar RequestParms DISABLE_UPLOADS
PerlAddVar RequestParms 1
PerlAddVar RequestParms POST_MAX
PerlAddVar RequestParms 1024
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 initializing the
Apache::Request object between stacked/different handlers.
These parameters are handed to the object via the RequestParms directory config variable. As this is a hash, items must be added in pairs using PerlSetVar and PerlAddVar as shown in the SYNOPSIS.
(format: (returns) name (arguments after self))
instance (void)Apache::Request->instance(). The only difference is the
configuration via PerlSetVar/PerlAddVar directives.
UNKNOWN
Barry King <wyrd@nospam.wyrdwright.com>
Copyright 2002-2004 Wyrdwright, Inc. and licensed under the GNU GPL.
See LICENSE under the documentation for Apache::Wyrd.
|
Apache::Wyrd::Request - Object for unifying libapreq configurations across Wyrds |