libhttp-entity-parser-perl 0.18-1 source package in Ubuntu

Changelog

libhttp-entity-parser-perl (0.18-1) unstable; urgency=low

  * Initial release (closes: #841745).

 -- gregor herrmann <email address hidden>  Sun, 23 Oct 2016 02:25:53 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-entity-parser-perl_0.18-1.dsc 2.4 KiB a49cf949585120579a70c6672ba08a50d651a415f8a3c22b271f3f3aab9f2299
libhttp-entity-parser-perl_0.18.orig.tar.gz 22.8 KiB 5354bdbcef19f5c1fac65c3c718ff62c21120a9d0e0b36def47319d97681e910
libhttp-entity-parser-perl_0.18-1.debian.tar.xz 1.7 KiB 23636d56f12e3a89713668d722e47f4ca721135ba382ad2f05bee087e32a3424

No changes file available.

Binary packages built by this source

libhttp-entity-parser-perl: PSGI compliant HTTP Entity Parser

 HTTP::Entity::Parser is a PSGI-compliant HTTP Entity parser. This module also
 is compatible with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser reads
 HTTP entities from PSGI's environment $env->{'psgi.input'} and parses it.
 This module supports application/x-www-form-urlencoded, multipart/form-data
 and application/json.