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