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

CGI::Test::Input::URL - POST input encoded as application/x-www-form-urlencoded

Authors

       The original author is Raphael Manfredi.

       Steven Hilton was long time maintainer of this module.

       Current maintainer is Alexander Tokarev <tokarev@cpan.org>.

Description

       This class represents the input for HTTP POST requests, encoded as "application/x-www-form-urlencoded".

       Please see CGI::Test::Input for interface details.

Name

       CGI::Test::Input::URL - POST input encoded as application/x-www-form-urlencoded

See Also

CGI::Test::Input(3).

perl v5.34.0                                       2022-06-10                         CGI::Test::Input::URL(3pm)

Synopsis

        # Inherits from CGI::Test::Input
        require CGI::Test::Input::URL;

        my $input = CGI::Test::Input::URL->new();

See Also