NAME

OpenInteract2::Request::Apache2 - Read parameters, uploaded files and headers from Apache2/mod_perl2

SYNOPSIS

sub handler {
    my $r = shift;
    my $req = OpenInteract2::Request->new( 'apache2', { apache => $r } );
    ...
}

DESCRIPTION

METHODS

BUGS

None known.

TO DO

Nothing known.

SEE ALSO

COPYRIGHT

Copyright (c) 2002-2004 Chris Winters. All rights reserved.

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

AUTHORS

Chris Winters <chris@cwinters.com>