libhttp-cookies-perl 6.10-1 source package in Ubuntu

Changelog

libhttp-cookies-perl (6.10-1) unstable; urgency=medium

  * Import upstream version 6.10.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Wed, 06 Jan 2021 02:25:30 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main perl
Lunar release main perl
Jammy release main perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-cookies-perl_6.10-1.dsc 2.4 KiB a93309d4ab89e045f0af24d2d7735f6fb990202d7ac5bf01fa76056e3468ff46
libhttp-cookies-perl_6.10.orig.tar.gz 41.5 KiB e36f36633c5ce6b5e4b876ffcf74787cc5efe0736dd7f487bdd73c14f0bd7007
libhttp-cookies-perl_6.10-1.debian.tar.xz 2.9 KiB e7ea1e24ea53109e77dd59281bb0c09b8d4dfb99d6180b8e95ce8c7a3e7b1f8b

Available diffs

No changes file available.

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.