soup.hstsenforcer_db

Module for [HSTSEnforcerDB] class

Types 3

Persistent HTTP Strict Transport Security enforcer.

#SoupHSTSEnforcerDB is a class@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.
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

Fluent builder for [soup.hstsenforcer_db.HSTSEnforcerDB]