NAME

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

SYNOPSIS

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

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

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.

AUTHOR

Raphael Manfredi <Raphael_Manfredi@pobox.com>

SEE ALSO

CGI::Test::Input(3).