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::Hook - wrapper for libapreq2's hook API.

Description

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

Methods

       APR::Request::Hook

   disable_uploads
           APR::Request::Hook->disable_uploads($pool)
           APR::Request::Hook->disable_uploads($pool, $next)

       Hook which returns APREQ_ERROR_GENERAL if a file upload field is detected. $pool is an APR::Pool object;
       $next (if present) is the next APR::Request::Hook in the chain.

   apr_xml_parser
           APR::Request::Hook->apr_xml_parser($pool)
           APR::Request::Hook->apr_xml_parser($pool, $next)

       Xml parser hook.  $pool is an APR::Pool object; $next (if present) is the next APR::Request::Hook in the
       chain.

   discard_brigade
           APR::Request::Hook->discard_brigade($pool)
           APR::Request::Hook->discard_brigade($pool, $next)

       Hook which discards the brigade it receives from the parser.  $pool is an APR::Pool object; $next (if
       present) is the next APR::Request::Hook in the chain.

Name

       APR::Request::Hook - wrapper for libapreq2's hook API.

See Also

       APR::Request, APR::Request::Parser

Synopsis

         use APR::Request::Hook;

See Also