Path to this page:
Subject: CVS commit: pkgsrc/www/p5-HTTP-Entity-Parser
From: Wen Heping
Date: 2016-10-01 15:01:58
Message id: 20161001130158.53E21FBD2@cvs.NetBSD.org
Log Message:
Import HTTP-Entity-Parser-0.17 as p5-HTTP-Entity-Parser.
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.
Files: