libhttp-message-perl 6.44-2ubuntu1 source package in Ubuntu

Changelog

libhttp-message-perl (6.44-2ubuntu1) mantic; urgency=medium

  * d/control: Drop libio-compress-brotli-perl to Suggests avoiding MIR
    (LP: #2024474)

 -- Lukas Märdian <email address hidden>  Tue, 20 Jun 2023 17:23:33 +0200

Upload details

Uploaded by:
Lukas Märdian
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-message-perl_6.44.orig.tar.gz 92.7 KiB 398b647bf45aa972f432ec0111f6617742ba32fc773c6612d21f64ab4eacbca1
libhttp-message-perl_6.44-2ubuntu1.debian.tar.xz 3.7 KiB 3a3faf2d19919c942ad3a572818b6b779cebd592e20430b7a2c456d141ffdf35
libhttp-message-perl_6.44-2ubuntu1.dsc 2.6 KiB eca7192e3c3696f09a0e73461a91c3509961f2717a43068bce53fc19c3c1b85a

Available diffs

View changes file

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.