Dictionary representation of cookies for SessionCookies.set
method.
Domain for which the cookie is set.
expiresexpires: NotRequired[int]
Expiration date for the cookie, None for a session cookie.
http_onlyhttp_only: NotRequired[bool]
Set the HttpOnly
flag for the cookie.
Path on the specified domain for which the cookie is set.
same_sitesame_site: NotRequired[Literal[Lax, None, Strict]]
Set the SameSite
attribute for the cookie.
secure: NotRequired[bool]
Set the Secure
flag for the cookie.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4