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
HSTSEnforcerDB self()Returns `this`, for use in `with` statements.HSTSEnforcerDBGidBuilder builder()Get builder for [soup.hstsenforcer_db.HSTSEnforcerDB] Returns: New builder objectstring filename() @propertyGet `filename` property. Returns: The filename of the SQLite database where HSTS policies are stored.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 chainingFluent builder for [soup.hstsenforcer_db.HSTSEnforcerDB]
Methods