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
CookieJarDB self()Returns `this`, for use in `with` statements.CookieJarDBGidBuilder builder()Get builder for [soup.cookiejardb.CookieJarDB] Returns: New builder objectMethods
T filename(string propval)Set `filename` property. Params: propval = Cookie-storage filename. Returns: Builder instance for fluent chainingFluent builder for [soup.cookie_jar_db.CookieJarDB]
Methods