ports/www/p5-HTTP-Entity-Parser/pkg/DESCR

6 lines
317 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.