René's URL Explorer Experiment


Title: http.cookies — HTTP state management — Python 3.14.2 documentation

Open Graph Title: http.cookies — HTTP state management

Description: Source code: Lib/http/cookies.py The http.cookies module defines classes for abstracting the concept of cookies, an HTTP state management mechanism. It supports both simple string-only cookies, and...

Open Graph Description: Source code: Lib/http/cookies.py The http.cookies module defines classes for abstracting the concept of cookies, an HTTP state management mechanism. It supports both simple string-only cookies, and...

Opengraph URL: https://docs.python.org/3/library/http.cookies.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.cookies_254ad198.png
og:image:altSource code: Lib/http/cookies.py The http.cookies module defines classes for abstracting the concept of cookies, an HTTP state management mechanism. It supports both simple string-only cookies, and...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3/contents.html
http.cookies — HTTP state managementhttps://docs.python.org/3/library/cookie.html
Cookie Objectshttps://docs.python.org/3/library/cookie.html#cookie-objects
Morsel Objectshttps://docs.python.org/3/library/cookie.html#morsel-objects
Examplehttps://docs.python.org/3/library/cookie.html#example
http.server — HTTP servershttps://docs.python.org/3/library/http.server.html
http.cookiejar — Cookie handling for HTTP clientshttps://docs.python.org/3/library/http.cookiejar.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/http.cookies.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/library/http.cookiejar.html
previoushttps://docs.python.org/3/library/http.server.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Standard Libraryhttps://docs.python.org/3/library/index.html
Internet Protocols and Supporthttps://docs.python.org/3/library/internet.html
http.cookies — HTTP state managementhttps://docs.python.org/3/library/cookie.html
https://docs.python.org/3/library/cookie.html#module-http.cookies
Lib/http/cookies.pyhttps://github.com/python/cpython/tree/3.14/Lib/http/cookies.py
http.cookieshttps://docs.python.org/3/library/cookie.html#module-http.cookies
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
RFC 2068https://datatracker.ietf.org/doc/html/rfc2068.html
string.ascii_lettershttps://docs.python.org/3/library/string.html#string.ascii_letters
string.digitshttps://docs.python.org/3/library/string.html#string.digits
keyhttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel.key
CookieErrorhttps://docs.python.org/3/library/cookie.html#http.cookies.CookieError
CookieErrorhttps://docs.python.org/3/library/cookie.html#http.cookies.CookieError
https://docs.python.org/3/library/cookie.html#http.cookies.CookieError
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
https://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie
Morselhttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel
Morselhttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel
load()https://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie.load
https://docs.python.org/3/library/cookie.html#http.cookies.SimpleCookie
BaseCookiehttps://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie
value_decode()https://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie.value_decode
value_encode()https://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie.value_encode
str()https://docs.python.org/3/library/stdtypes.html#str
http.cookiejarhttps://docs.python.org/3/library/http.cookiejar.html#module-http.cookiejar
http.cookiejarhttps://docs.python.org/3/library/http.cookiejar.html#module-http.cookiejar
http.cookieshttps://docs.python.org/3/library/cookie.html#module-http.cookies
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
https://docs.python.org/3/library/cookie.html#cookie-objects
https://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie.value_decode
BaseCookiehttps://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie
https://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie.value_encode
BaseCookiehttps://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie
value_encode()https://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie.value_encode
value_decode()https://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie.value_decode
https://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie.output
Morselhttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel
output()https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.output
https://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie.js_output
output()https://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie.output
https://docs.python.org/3/library/cookie.html#http.cookies.BaseCookie.load
Morselhttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel
https://docs.python.org/3/library/cookie.html#morsel-objects
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.expires
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.path
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.comment
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.domain
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.secure
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.version
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.httponly
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.samesite
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.partitioned
httponlyhttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel.httponly
samesitehttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel.samesite
partitionedhttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel.partitioned
CHIPS (Cookies Having Independent Partitioned State)https://github.com/privacycg/CHIPS/blob/main/README.md
keyhttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel.key
valuehttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel.value
keyhttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel.key
valuehttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel.value
coded_valuehttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel.coded_value
set()https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.set
samesitehttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel.samesite
partitionedhttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel.partitioned
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.value
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.coded_value
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.key
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.set
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.isReservedKey
Morselhttps://docs.python.org/3/library/cookie.html#http.cookies.Morsel
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.output
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.js_output
output()https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.output
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.OutputString
output()https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.output
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.update
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.copy
https://docs.python.org/3/library/cookie.html#http.cookies.Morsel.setdefault
RFC 2109https://datatracker.ietf.org/doc/html/rfc2109.html
dict.setdefault()https://docs.python.org/3/library/stdtypes.html#dict.setdefault
https://docs.python.org/3/library/cookie.html#example
http.cookieshttps://docs.python.org/3/library/cookie.html#module-http.cookies
Table of Contentshttps://docs.python.org/3/contents.html
http.cookies — HTTP state managementhttps://docs.python.org/3/library/cookie.html
Cookie Objectshttps://docs.python.org/3/library/cookie.html#cookie-objects
Morsel Objectshttps://docs.python.org/3/library/cookie.html#morsel-objects
Examplehttps://docs.python.org/3/library/cookie.html#example
http.server — HTTP servershttps://docs.python.org/3/library/http.server.html
http.cookiejar — Cookie handling for HTTP clientshttps://docs.python.org/3/library/http.cookiejar.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/http.cookies.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/library/http.cookiejar.html
previoushttps://docs.python.org/3/library/http.server.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Standard Libraryhttps://docs.python.org/3/library/index.html
Internet Protocols and Supporthttps://docs.python.org/3/library/internet.html
http.cookies — HTTP state managementhttps://docs.python.org/3/library/cookie.html
Copyrighthttps://docs.python.org/3/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.