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

Changelog

libhttp-entity-parser-perl (0.21-1) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * Import upstream version 0.21.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.1.4.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <email address hidden>  Mon, 16 Apr 2018 20:57:28 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-entity-parser-perl_0.21-1.dsc 2.5 KiB b3705991dfffca15af2c707521259df68a3ca29146b3280e93741816bf6ebbdc
libhttp-entity-parser-perl_0.21.orig.tar.gz 23.2 KiB c14d3e42bdb0845eb412640ca5e396cbd52d3a9a616a5974a32a52cab487f8d8
libhttp-entity-parser-perl_0.21-1.debian.tar.xz 1.9 KiB 304c781a9abe6bba229b668e23dc3f7d215e6a90125337b07d7ae35a1d295bba

Available diffs

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.