freebsd-ports/www/p5-HTTP-Entity-Parser/pkg-descr
Wen Heping a63830881e HTTP::Entity::Parser is PSGI compliant HTTP Entity parser. This module
also has compatibility with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser
reads HTTP entity from PSGI's env $env->{'psgi.input'} and parse it.
This module support application/x-www-form-urlencoded, multipart/form-data
and application/json.

WWW: http://search.mcpan.org/dist/HTTP-Entity-Parser/
2018-05-24 01:41:06 +00:00

7 lines
372 B
Text

HTTP::Entity::Parser is PSGI compliant HTTP Entity parser. This module
also has compatibility with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser
reads HTTP entity from PSGI's env $env->{'psgi.input'} and parse it.
This module support application/x-www-form-urlencoded, multipart/form-data
and application/json.
WWW: http://search.mcpan.org/dist/HTTP-Entity-Parser/