Class
SoupCookieJarDB
Description [src]
final class Soup.CookieJarDB : Soup.CookieJar {
/* No available fields */
}
Database-based Cookie Jar.
SoupCookieJarDB is a SoupCookieJar 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.)
Ancestors
- SoupCookieJar
- GObject
Constructors
soup_cookie_jar_db_new
Creates a SoupCookieJarDB.
Properties
Soup.CookieJarDB:filename
Cookie-storage filename.
Properties inherited from SoupCookieJar (2)
Soup.CookieJar:accept-policy
The policy the jar should follow to accept or reject cookies.
Soup.CookieJar:read-only
Whether or not the cookie jar is read-only.