logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

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

Methods

       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).

Name

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

See Also

       APR::Request, Apache2::RequestRec.

Synopsis

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

See Also