APR::Request::Apache2 - wrapper for a mod_apreq2 handle.


libapreq2 documentation  | view source Contained in the libapreq2 distribution.

Index


NAME

Top

APR::Request::Apache2 - wrapper for a mod_apreq2 handle.

SYNOPSIS

Top

  use APR::Request::Apache2;
  my $req = APR::Request::Apache2->handle($r);










DESCRIPTION

Top

The APR::Request::Apache2 module provides a constructor for interfacing with the mod_apreq2 Apache module.

This manpage documents version 2.13 of the APR::Request::Apache2 package.

METHODS

Top

APR::Request::Apache2 - derived from APR::Request.

handle

    APR::Request::Apache2->handle($r)

Creates an APR::Request::Apache2 object. The argument $r is an Apache2::RequestRec object (from mod_perl2).

SEE ALSO

Top

APR::Request, Apache2::RequestRec.

COPYRIGHT

Top


libapreq2 documentation  | view source Contained in the libapreq2 distribution.