Creates a #SoupCookieJarDB.
Returns this, for use in with statements.
Returns this, for use in with statements.
Get acceptPolicy property.
Set acceptPolicy property.
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.
Database-based Cookie Jar.
#SoupCookieJarDB is a class@CookieJar that reads cookies from and writes them to a sqlite database in the new Mozilla format.
(This is identical to SoupCookieJarSqlite in libsoup-gnome; it has just been moved into libsoup proper, and renamed to avoid conflicting.)