Creates a #SoupCookieJarText.
Adds cookie to jar.
Adds cookie to jar.
Adds cookie to jar.
Constructs a glib.list.List with every cookie inside the jar.
Deletes cookie from jar.
Gets jar's enumCookieJarAcceptPolicy.
Retrieves the list of cookies that would be sent with a request to uri as a glib.list.List of #SoupCookie objects.
This is an extended version of soup.cookie_jar.CookieJar.getCookieList that provides more information required to use SameSite cookies.
Retrieves (in Cookie-header form) the list of cookies that would be sent with a request to uri.
Gets whether jar stores cookies persistenly.
Sets policy as the cookie acceptance policy for jar.
Adds cookie to jar, exactly as though it had appeared in a Set-Cookie header returned from a request to uri.
Adds cookie to jar, exactly as though it had appeared in a Set-Cookie header returned from a request to uri.
Connect to Changed signal.
Text-file-based ("cookies.txt") Cookie Jar
#SoupCookieJarText is a class@CookieJar that reads cookies from and writes them to a text file in format similar to Mozilla's "cookies.txt".