OpenPlugin::Request::Apache2 - Apache2 driver for the OpenPlugin::Param plugin


OpenPlugin documentation  | view source Contained in the OpenPlugin distribution.

Index


NAME

Top

OpenPlugin::Request::Apache2 - Apache2 driver for the OpenPlugin::Param plugin

PARAMETERS

Top

In order to use the Apache2 driver, you must pass in an Apache or Apache::Request object when creating a new OpenPlugin object. For example:

 my $r = shift;
 my $OP = OpenPlugin->new( request => { apache2 => $r } );

After the plugin is initialized, the Apache::Request object is accessible to you using:

 $apache_req = $OP->request->object();

CONFIG OPTIONS

Top

* driver

Apache2

BUGS

Top

None known.

TO DO

Top

Nothing known.

SEE ALSO

Top

OpenPlugin OpenPlugin::Param Apache (Apache) Apache::Request

COPYRIGHT

Top

AUTHORS

Top

Eric Andreychek <eric@openthought.net>


OpenPlugin documentation  | view source Contained in the OpenPlugin distribution.