libpoe-filter-http-parser-perl 1.08-2 source package in Ubuntu

Changelog

libpoe-filter-http-parser-perl (1.08-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libhttp-parser-perl.
    + libpoe-filter-http-parser-perl: Drop versioned constraint on
      libhttp-parser-perl in Depends.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 08:28:32 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpoe-filter-http-parser-perl_1.08-2.dsc 2.3 KiB 84847ae2ff1635a33888e7748fd4519c87bbfceda5c8bafaa0705d261d4e9a5a
libpoe-filter-http-parser-perl_1.08.orig.tar.gz 15.5 KiB e42d68ba3399ba9a54be5d61cf1296e44a1b9072352931a96cf03e8d947810af
libpoe-filter-http-parser-perl_1.08-2.debian.tar.xz 2.8 KiB 4ecd4f9c86d86b10df945a991411747698128c12e553a947e825830a1db1d30a

Available diffs

No changes file available.

Binary packages built by this source

libpoe-filter-http-parser-perl: POE filter for HTTP clients or servers

 POE::Filter::HTTP::Parser is a filter for the Perl Object Environment (POE)
 system based on HTTP::Parser. It can be used to easily create POE-based HTTP
 servers or clients.
 .
 With the type set to client, which is the default behaviour, 'get' will parse
 HTTP::Response objects from HTTP streams and 'put' will accept HTTP::Request
 objects and convert them to HTTP streams.
 .
 For servers, the reverse will happen; 'get' will parse HTTP::Request objects
 from HTTP streams and 'put' will accept HTTP::Response objects and convert
 them to HTTP streams. If there is an error parsing the request, this filter
 will generate a HTTP::Response object instead, encapsulating an error message
 suitable for simply sending back to the requesting client.