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

# Inherits from CGI::Test::Input require CGI::Test::Input::URL; my $input = CGI::Test::Input::URL->make();

This class represents the input for HTTP POST requests, encoded as application/x-www-form-urlencoded.
Please see CGI::Test::Input for interface details.

Raphael Manfredi <Raphael_Manfredi@pobox.com>

CGI::Test::Input(3).