René's URL Explorer Experiment


Title: http.cookiejar — Cookie handling for HTTP clients — Python 3.14.6 documentation

Open Graph Title: http.cookiejar — Cookie handling for HTTP clients

Description: Source code: Lib/http/cookiejar.py The http.cookiejar module defines classes for automatic handling of HTTP cookies. It is useful for accessing websites that require small pieces of data – cookies ...

Open Graph Description: Source code: Lib/http/cookiejar.py The http.cookiejar module defines classes for automatic handling of HTTP cookies. It is useful for accessing websites that require small pieces of data – cookies ...

Opengraph URL: https://docs.python.org/3/library/http.cookiejar.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_http.cookiejar_ac6e3781.png
og:image:altSource code: Lib/http/cookiejar.py The http.cookiejar module defines classes for automatic handling of HTTP cookies. It is useful for accessing websites that require small pieces of data – cookies ...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/contents.html
http.cookiejar — Cookie handling for HTTP clientshttps://docs.python.org/library/http.cookiejar.html
CookieJar and FileCookieJar objectshttps://docs.python.org/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects
FileCookieJar subclasses and co-operation with web browsershttps://docs.python.org/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers
CookiePolicy objectshttps://docs.python.org/library/http.cookiejar.html#cookiepolicy-objects
DefaultCookiePolicy objectshttps://docs.python.org/library/http.cookiejar.html#defaultcookiepolicy-objects
Cookie objectshttps://docs.python.org/library/http.cookiejar.html#cookie-objects
Exampleshttps://docs.python.org/library/http.cookiejar.html#examples
http.cookies — HTTP state managementhttps://docs.python.org/library/http.cookies.html
xmlrpc — XMLRPC server and client moduleshttps://docs.python.org/library/xmlrpc.html
Report a bughttps://docs.python.org/bugs.html
Improve this pagehttps://docs.python.org/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/http.cookiejar.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/xmlrpc.html
previoushttps://docs.python.org/library/http.cookies.html
Pythonhttps://www.python.org/
3.14.6 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Internet Protocols and Supporthttps://docs.python.org/library/internet.html
http.cookiejar — Cookie handling for HTTP clientshttps://docs.python.org/library/http.cookiejar.html
https://docs.python.org/library/http.cookiejar.html#module-http.cookiejar
Lib/http/cookiejar.pyhttps://github.com/python/cpython/tree/3.14/Lib/http/cookiejar.py
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.LoadError
FileCookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
IOErrorhttps://docs.python.org/library/exceptions.html#IOError
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar
CookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar
CookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy
CookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar
load()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.load
revert()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.revert
FileCookieJar subclasses and co-operation with web browsershttps://docs.python.org/library/http.cookiejar.html#file-cookie-jar-classes
path-like objecthttps://docs.python.org/glossary.html#term-path-like-object
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy
CookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
rfc2109_as_netscapehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.rfc2109_as_netscape
CookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar
versionhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.version
Cookiehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
make_cookies()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar.make_cookies
CookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar
urllib.requesthttps://docs.python.org/library/urllib.request.html#module-urllib.request
http.cookieshttps://docs.python.org/library/http.cookies.html#module-http.cookies
http.cookieshttps://docs.python.org/library/http.cookies.html#module-http.cookies
https://curl.se/rfc/cookie_spec.htmlhttps://curl.se/rfc/cookie_spec.html
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
https://kristol.org/cookie/errata.htmlhttps://kristol.org/cookie/errata.html
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
RFC 2964https://datatracker.ietf.org/doc/html/rfc2964.html
https://docs.python.org/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects
CookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar
iteratorhttps://docs.python.org/glossary.html#term-iterator
Cookiehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie
CookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar.add_cookie_header
rfc2965https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.rfc2965
hide_cookie2https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.hide_cookie2
CookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar
CookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy
urllib.request.Requesthttps://docs.python.org/library/urllib.request.html#urllib.request.Request
get_full_url()https://docs.python.org/library/urllib.request.html#urllib.request.Request.get_full_url
has_header()https://docs.python.org/library/urllib.request.html#urllib.request.Request.has_header
get_header()https://docs.python.org/library/urllib.request.html#urllib.request.Request.get_header
header_items()https://docs.python.org/library/urllib.request.html#urllib.request.Request.header_items
add_unredirected_header()https://docs.python.org/library/urllib.request.html#urllib.request.Request.add_unredirected_header
hosthttps://docs.python.org/library/urllib.request.html#urllib.request.Request.host
typehttps://docs.python.org/library/urllib.request.html#urllib.request.Request.type
unverifiablehttps://docs.python.org/library/urllib.request.html#urllib.request.Request.unverifiable
origin_req_hosthttps://docs.python.org/library/urllib.request.html#urllib.request.Request.origin_req_host
urllib.requesthttps://docs.python.org/library/urllib.request.html#module-urllib.request
origin_req_hosthttps://docs.python.org/library/urllib.request.html#urllib.request.Request.origin_req_host
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar.extract_cookies
CookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar
CookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar
CookiePolicy.set_ok()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.set_ok
urllib.request.urlopen()https://docs.python.org/library/urllib.request.html#urllib.request.urlopen
info()https://docs.python.org/library/http.client.html#http.client.HTTPResponse.info
email.message.Messagehttps://docs.python.org/library/email.compat32-message.html#email.message.Message
urllib.request.Requesthttps://docs.python.org/library/urllib.request.html#urllib.request.Request
get_full_url()https://docs.python.org/library/urllib.request.html#urllib.request.Request.get_full_url
hosthttps://docs.python.org/library/urllib.request.html#urllib.request.Request.host
unverifiablehttps://docs.python.org/library/urllib.request.html#urllib.request.Request.unverifiable
origin_req_hosthttps://docs.python.org/library/urllib.request.html#urllib.request.Request.origin_req_host
urllib.requesthttps://docs.python.org/library/urllib.request.html#module-urllib.request
origin_req_hosthttps://docs.python.org/library/urllib.request.html#urllib.request.Request.origin_req_host
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar.set_policy
CookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar.make_cookies
Cookiehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie
extract_cookies()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar.extract_cookies
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar.set_cookie_if_ok
Cookiehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar.set_cookie
Cookiehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar.clear
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar.clear_session_cookies
discardhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.discard
save()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.save
FileCookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.save
NotImplementedErrorhttps://docs.python.org/library/exceptions.html#NotImplementedError
self.filenamehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.filename
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
load()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.load
revert()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.revert
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.load
save()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.save
LoadErrorhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.LoadError
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
IOErrorhttps://docs.python.org/library/exceptions.html#IOError
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.revert
load()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.load
FileCookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.filename
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar.delayload
CookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar
FileCookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar
https://docs.python.org/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers
CookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.MozillaCookieJar
FileCookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.LWPCookieJar
FileCookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.FileCookieJar
path-like objecthttps://docs.python.org/glossary.html#term-path-like-object
https://docs.python.org/library/http.cookiejar.html#cookiepolicy-objects
CookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.set_ok
Cookiehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie
CookieJar.extract_cookies()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar.extract_cookies
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.return_ok
Cookiehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie
CookieJar.add_cookie_header()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar.add_cookie_header
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.domain_return_ok
path_return_ok()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.path_return_ok
return_ok()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.return_ok
path_return_ok()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.path_return_ok
return_ok()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.return_ok
Cookiehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie
path_return_ok()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.path_return_ok
return_ok()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.return_ok
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.path_return_ok
domain_return_ok()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.domain_return_ok
CookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.netscape
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.rfc2965
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy.hide_cookie2
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
CookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy
DefaultCookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy
https://docs.python.org/library/http.cookiejar.html#defaultcookiepolicy-objects
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
CookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy
blocked_domains()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.blocked_domains
set_blocked_domains()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.set_blocked_domains
DefaultCookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.blocked_domains
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.set_blocked_domains
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.is_blocked
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.allowed_domains
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.set_allowed_domains
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.is_not_allowed
DefaultCookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.rfc2109_as_netscape
CookieJarhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookieJar
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
Cookiehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_domain
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_rfc2965_unverifiable
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_ns_unverifiable
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_ns_domain
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_ns_set_initial_dollar
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_ns_set_path
strict_ns_domainhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_ns_domain
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainStrictNoDots
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainStrictNonDomain
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainRFC2965Match
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainLiberal
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainStrict
https://docs.python.org/library/http.cookiejar.html#cookie-objects
Cookiehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
CookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.CookiePolicy
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.version
versionhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.version
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.name
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.value
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.port
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.domain
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.path
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.secure
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.expires
is_expired()https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.is_expired
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.discard
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.comment
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.comment_url
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.rfc2109
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
versionhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.version
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.port_specified
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.domain_specified
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.domain_initial_dot
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.has_nonstandard_attr
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.get_nonstandard_attr
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.set_nonstandard_attr
Cookiehttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie
https://docs.python.org/library/http.cookiejar.html#http.cookiejar.Cookie.is_expired
https://docs.python.org/library/http.cookiejar.html#examples
DefaultCookiePolicyhttps://docs.python.org/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy
RFC 2965https://datatracker.ietf.org/doc/html/rfc2965.html
Table of Contentshttps://docs.python.org/contents.html
http.cookiejar — Cookie handling for HTTP clientshttps://docs.python.org/library/http.cookiejar.html
CookieJar and FileCookieJar objectshttps://docs.python.org/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects
FileCookieJar subclasses and co-operation with web browsershttps://docs.python.org/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers
CookiePolicy objectshttps://docs.python.org/library/http.cookiejar.html#cookiepolicy-objects
DefaultCookiePolicy objectshttps://docs.python.org/library/http.cookiejar.html#defaultcookiepolicy-objects
Cookie objectshttps://docs.python.org/library/http.cookiejar.html#cookie-objects
Exampleshttps://docs.python.org/library/http.cookiejar.html#examples
http.cookies — HTTP state managementhttps://docs.python.org/library/http.cookies.html
xmlrpc — XMLRPC server and client moduleshttps://docs.python.org/library/xmlrpc.html
Report a bughttps://docs.python.org/bugs.html
Improve this pagehttps://docs.python.org/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/http.cookiejar.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/xmlrpc.html
previoushttps://docs.python.org/library/http.cookies.html
Pythonhttps://www.python.org/
3.14.6 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Internet Protocols and Supporthttps://docs.python.org/library/internet.html
http.cookiejar — Cookie handling for HTTP clientshttps://docs.python.org/library/http.cookiejar.html
Copyrighthttps://docs.python.org/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.