HTTP::Entity::Parser::UrlEncoded - parser for application/x-www-form-urlencoded
use HTTP::Entity::Parser;
my $parser = HTTP::Entity::Parser->new;
$parser->register('application/x-www-form-urlencoded','HTTP::Entity::Parser::UrlEncoded');
This is a parser class for application/x-www-form-urlencoded.
Copyright (C) Masahiro Nagano.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Masahiro Nagano <kazeburo@gmail.com>
Tokuhiro Matsuno <tokuhirom@gmail.com>