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


libapreq2 documentation  | view source Contained in the libapreq2 distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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










DESCRIPTION

Top

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

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

METHODS

Top

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.

SEE ALSO

Top

APR::Request, APR::Pool.

COPYRIGHT

Top


libapreq2 documentation  | view source Contained in the libapreq2 distribution.