soup.hstsenforcer_db

Module for HSTSEnforcerDB class

Types 3

Persistent HTTP Strict Transport Security enforcer.

#SoupHSTSEnforcerDB is a soup.hstsenforcer.HSTSEnforcer that uses a SQLite database as a backend for persistency.

Methods
GType _gType() @property
HSTSEnforcerDB self()Returns `this`, for use in `with` statements.
HSTSEnforcerDBGidBuilder builder()Get builder for [soup.hstsenforcer_db.HSTSEnforcerDB] Returns: New builder object
string filename() @propertyGet `filename` property. Returns: The filename of the SQLite database where HSTS policies are stored.
Constructors
this(void * ptr, Flag!"Take" take)
this(string filename)Creates a #SoupHSTSEnforcerDB.

Fluent builder implementation template for soup.hstsenforcer_db.HSTSEnforcerDB

Methods
T filename(string propval)Set `filename` property. Params: propval = The filename of the SQLite database where HSTS policies are stored. Returns: Builder instance for fluent chaining