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

Changelog

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

  * Team upload.
  * Import upstream version 6.35.

 -- gregor herrmann <email address hidden>  Mon, 15 Nov 2021 18:10:31 +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.35-1.dsc 2.6 KiB 9af29892ff7bf5d749c7f067fa348c0deddb091a2e490da91507585b7b1beaca
libhttp-message-perl_6.35.orig.tar.gz 87.6 KiB d77c3a64c2991c58e0694564fea7ed3610ae1790fa9eb32b51972b0a62bc6619
libhttp-message-perl_6.35-1.debian.tar.xz 3.4 KiB 48b680cee2a797154e71ad5ea0e91b99afea8c6f208bfe0ea86891463d7c2db0

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.