soup.cookie_jar_db

Module for [CookieJarDB] class

Types 3

Database-based Cookie Jar.

#SoupCookieJarDB is a soup.cookie_jar.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 _getGType() static nothrow
GType _gType() @property nothrow
CookieJarDB self() nothrowReturns `this`, for use in `with` statements.
CookieJarDBGidBuilder builder() static nothrowGet builder for [soup.cookie_jar_db.CookieJarDB] Returns: New builder object
string filename() @property nothrowGet `filename` property. Returns: Cookie-storage filename.
Constructors
this(void * ptr, Flag!"Take" take)
this(string filename, bool readOnly)Creates a #SoupCookieJarDB.

Fluent builder implementation template for soup.cookie_jar_db.CookieJarDB

Methods
T filename(string propval) nothrowSet `filename` property. Params: propval = Cookie-storage filename. Returns: Builder instance for fluent chaining
Methods
CookieJarDB build() nothrowCreate object from builder. Returns: New object