libhttp-message-perl 6.34-1 source package in Ubuntu

Changelog

libhttp-message-perl (6.34-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 6.34.

 -- gregor herrmann <email address hidden>  Thu, 11 Nov 2021 18:22:19 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-message-perl_6.34-1.dsc 2.6 KiB bb82ceb3b4fdc17e2599b7f840ca4e944bfe294c350bf07805dab43e8cbc4a79
libhttp-message-perl_6.34.orig.tar.gz 87.3 KiB fe7ebb9e67899d12cd45487581ce4dcb33e491d30342ecb59d047770fa967634
libhttp-message-perl_6.34-1.debian.tar.xz 3.4 KiB dd5e1eb4a22325f2c05ac8000631530fd494b73fce3fcb6bc9b39d1fe3c10979

Available diffs

No changes file available.

Binary packages built by this source

libhttp-message-perl: perl interface to HTTP style messages

 The HTTP::Message distribution contains classes useful for representing the
 messages passed in HTTP style communication. These are classes representing
 requests, responses and the headers contained within them.
 .
 The HTTP::Headers class encapsulates HTTP-style message headers. The headers
 consist of attribute-value pairs also called fields, which may be repeated,
 and which are printed in a particular order. The field names are cases
 insensitive.
 .
 Instances of this class are usually created as member variables of the
 HTTP::Request and HTTP::Response classes, internal to the library.