CGI::Test::Input::URL - POST input encoded as application/x-www-form-urlencoded
Contents
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();
