CookieJarDb
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.)
Skipped during bindings generation
method
filename
: Property has no getter nor setter
Properties
The policy the jar should follow to accept or reject cookies.
Functions
Adds @cookie to @jar.
Adds @cookie to @jar.
Constructs a struct@GLib.List with every cookie inside the @jar.
Emitted when @jar changes.
Deletes @cookie from @jar.
Retrieves the list of cookies that would be sent with a request to @uri as a struct@GLib.List of #SoupCookie objects.
This is an extended version of method@CookieJar.get_cookie_list 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.
Adds @cookie to @jar, exactly as though it had appeared in a Set-Cookie header returned from a request to @uri.