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::CGI - wrapper for libapreq2's CGI handle.

Description

       The APR::Request::CGI module provides a constructor for accessing CGI request data associated to a pool
       via libapreq2.

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

Methods

       APR::Request::CGI - derived from "APR::Request".

   handle
           APR::Request::CGI->handle($pool)

       Creates an APR::Request::CGI object.  The argument $pool is an APR::Pool object.

Name

       APR::Request::CGI - wrapper for libapreq2's CGI handle.

See Also

       APR::Request, APR::Pool.

Synopsis

         use APR::Request::CGI;
         my $req = APR::Request::CGI->handle($pool);

See Also