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

Changelog

libhttp-cookies-perl (6.10-ok1) yangtze; urgency=medium

  * Initial release.

 -- Luoyaoming <email address hidden>  Thu, 22 Sep 2022 09:41:21 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
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
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libhttp-cookies-perl_6.10.orig.tar.gz 41.5 KiB e36f36633c5ce6b5e4b876ffcf74787cc5efe0736dd7f487bdd73c14f0bd7007
libhttp-cookies-perl_6.10-ok1.debian.tar.xz 1.9 KiB e55c4c05b10bbd2cfbf4a48d9a84f119e44032a3ce6237ad02eba279ee5312e7
libhttp-cookies-perl_6.10-ok1.dsc 1.9 KiB e772e653617b22f8d509081a9ada277b68665ef15fd7c140f04e0e9e41777209

Available diffs

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.