libhttp-message-perl 6.45-ok1 source package in openKylin

Changelog

libhttp-message-perl (6.45-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:20:26 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-message-perl_6.45.orig.tar.gz 93.3 KiB 01cb8406612a3f738842d1e97313ae4d874870d1b8d6d66331f16000943d4cbe
libhttp-message-perl_6.45-ok1.debian.tar.xz 2.0 KiB 243a3418477031915882345b21adfca94ab7cb92ef9c8d99bde1fcfe78c90960
libhttp-message-perl_6.45-ok1.dsc 2.4 KiB d83074d4e7d80b9a689b913204e24aee6928a507a1ded0942d8245d50b4f9cc7

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.