libhttp-cookies-perl 6.08-ok1 source package in openKylin

Changelog

libhttp-cookies-perl (6.08-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-cookies-perl_6.08.orig.tar.gz 40.5 KiB 49ebb73576eb41063c04bc079477df094496deec805ae033f3be338c23c3af59
libhttp-cookies-perl_6.08-ok1.debian.tar.xz 2.0 KiB ddd6415252638b4e6d7f9d26b8b60b15b1f725cb39926c876109058654f69002
libhttp-cookies-perl_6.08-ok1.dsc 2.0 KiB b7219c7415629f453fc9e876b3cb76868a544beac87b195bf72e3cd73969b9a9

View changes file

Binary packages built by this source

libhttp-cookies-perl: HTTP cookie jars

 This class is for objects that represent a "cookie jar" -- that is, a
 database of all the HTTP cookies that a given LWP::UserAgent object knows
 about.
 .
 Cookies are a general mechanism which server side connections can use to both
 store and retrieve information on the client side of the connection. For more
 information about cookies refer to
 <URL:http://curl.haxx.se/rfc/cookie_spec.html> and
 <URL:http://www.cookiecentral.com/>. HTTP::Cookies also implements the new
 style cookies described in RFC 2965. The two variants of cookies are supposed
 to be able to coexist happily.
 .
 Instances of the class HTTP::Cookies are able to store a collection of
 Set-Cookie2: and Set-Cookie: headers and are able to use this information to
 initialize Cookie-headers in HTTP::Request objects. The state of a
 HTTP::Cookies object can be saved in and restored from files.