libhttp-message-perl 7.01-ok1 source package in openKylin
Changelog
libhttp-message-perl (7.01-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 08:36:23 -0700
libhttp-message-perl (7.01-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 08:36:23 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libhttp-message-perl_7.01.orig.tar.gz | 93.5 KiB | 82b79ce680251045c244ee059626fecbf98270bed1467f0175ff5ea91071437e |
| libhttp-message-perl_7.01-ok1.debian.tar.xz | 2.0 KiB | 17dfed8255e0325e410cc4a53d567420eb383fe5c34d78b12f6322c1a2d747f7 |
| libhttp-message-perl_7.01-ok1.dsc | 2.4 KiB | 25fc4ab6178168ea557cfa7d5b2b3989095c00429e91e8ed43b221cea69fc6bb |
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.