logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

HTTP::Entity::Parser::UrlEncoded - parser for application/x-www-form-urlencoded

Author

       Masahiro Nagano <kazeburo@gmail.com>

       Tokuhiro Matsuno <tokuhirom@gmail.com>

perl v5.36.0                                       2022-08-28              HTTP::Entity::Parser::UrlEncoded(3pm)

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');

See Also