wok annotate perl-http-cookies/description.txt @ rev 24657

updated icewm (1.6.4 -> 2.9.6)
author Hans-Günter Theisgen
date Fri Mar 11 07:48:38 2022 +0100 (2022-03-11)
parents
children
rev   line source
Hans-Günter@24218 1 This class is for objects that represent a "cookie jar" -- that is,
Hans-Günter@24218 2 a database of all the HTTP cookies that a given LWP::UserAgent
Hans-Günter@24218 3 object knows about.
Hans-Günter@24218 4
Hans-Günter@24218 5 Cookies are a general mechanism which server side connections can
Hans-Günter@24218 6 use to both store and retrieve information on the client side of
Hans-Günter@24218 7 the connection.
Hans-Günter@24218 8 For more information about cookies refer to Cookie Spec and Cookie
Hans-Günter@24218 9 Central.
Hans-Günter@24218 10 This module also implements the new style cookies described in
Hans-Günter@24218 11 RFC 2965. The two variants of cookies are supposed to be able to
Hans-Günter@24218 12 coexist happily.
Hans-Günter@24218 13
Hans-Günter@24218 14 Instances of the class HTTP::Cookies are able to store a collection
Hans-Günter@24218 15 of Set-Cookie2: and Set-Cookie: headers and are able to use this
Hans-Günter@24218 16 information to initialize Cookie-headers in HTTP::Request objects.
Hans-Günter@24218 17 The state of a HTTP::Cookies object can be saved in and restored
Hans-Günter@24218 18 from files.