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
HSTSEnforcerDBGidBuilder builder() static nothrowGet builder for [soup.hstsenforcer_db.HSTSEnforcerDB] Returns: New builder objectstring filename() @property nothrowGet `filename` property. Returns: The filename of the SQLite database where HSTS policies are stored.Fluent builder implementation template for soup.hstsenforcer_db.HSTSEnforcerDB
Methods
T filename(string propval) nothrowSet `filename` property. Params: propval = The filename of the SQLite database where HSTS policies are stored. Returns: Builder instance for fluent chainingFluent builder for soup.hstsenforcer_db.HSTSEnforcerDB
Methods