NAME

Apache::Wyrd::Request - Object for unifying libapreq configurations across Wyrds

SYNOPSIS

in Apache config:

PerlSetVar RequestParms DISABLE_UPLOADS
PerlAddVar RequestParms 1
PerlAddVar RequestParms POST_MAX
PerlAddVar RequestParms 1024

DESCRIPTION

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.

METHODS

(format: (returns) name (arguments after self))

(Apache::Wyrd::Request) instance (void)

See Apache::Request->instance(). The only difference is the configuration via PerlSetVar/PerlAddVar directives.

BUGS/CAVEATS/RESERVED METHODS

UNKNOWN

AUTHOR

Barry King <wyrd@nospam.wyrdwright.com>

SEE ALSO

Apache::Wyrd

General-purpose HTML-embeddable perl object

LICENSE

Copyright 2002-2004 Wyrdwright, Inc. and licensed under the GNU GPL.

See LICENSE under the documentation for Apache::Wyrd.