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
libhttp-message-perl (6.45-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 09:20:26 +0800
Series | 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 |
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 |
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.