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

Changelog

libhttp-message-perl (6.22-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libhttp-message-perl_6.22.orig.tar.gz 84.3 KiB 970efd151b81c95831d2a5f9e117f8032b63a1768cd2cd3f092ad634c85175c3
libhttp-message-perl_6.22-ok1.debian.tar.xz 1.9 KiB b177e21d4f338f5c22a7c42baf76adcccb89d45b83935201b6fa20028130a17c
libhttp-message-perl_6.22-ok1.dsc 2.1 KiB e368d187ee69dc87caec6daba27d5dd4abc93e5b9c4fd4ce24050d5f7858f249

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.