NAME

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

PARAMETERS

In order to use the Apache 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 => { apache => $r } );

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

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

CONFIG OPTIONS

  • driver

    Apache

BUGS

None known.

TO DO

Nothing known.

SEE ALSO

OpenPlugin OpenPlugin::Param Apache Apache::Request

COPYRIGHT

Copyright (c) 2001-2002 Eric Andreychek. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS

Eric Andreychek <eric@openthought.net>