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::Multipart - POST input encoded as multipart/form-data

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 "multipart/form-data".

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

Name

       CGI::Test::Input::Multipart - POST input encoded as multipart/form-data

See Also

CGI::Test::Input(3).

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

Synopsis

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

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

See Also