soup.cookie_jar_db

Module for [CookieJarDB] class

Types 3

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.)

Methods
GType _gType() @property
CookieJarDB self()Returns `this`, for use in `with` statements.
CookieJarDBGidBuilder builder()Get builder for [soup.cookiejardb.CookieJarDB] Returns: New builder object
string filename() @propertyGet `filename` property. Returns: Cookie-storage filename.
Constructors
this(void * ptr, Flag!"Take" take)
this(string filename, bool readOnly)Creates a #SoupCookieJarDB.
Methods
T filename(string propval)Set `filename` property. Params: propval = Cookie-storage filename. Returns: Builder instance for fluent chaining

Fluent builder for [soup.cookie_jar_db.CookieJarDB]