|
NetSurf
|
Representation of a Strict-Transport-Security. More...
Data Fields | |
| uint32_t | max_age |
| Max age (delta seconds) More... | |
| bool | include_sub_domains |
| Whether subdomains are included. More... | |
Representation of a Strict-Transport-Security.
Definition at line 31 of file strict-transport-security.c.
| bool http_strict_transport_security::include_sub_domains |
Whether subdomains are included.
Definition at line 33 of file strict-transport-security.c.
Referenced by http_parse_strict_transport_security(), and http_strict_transport_security_include_subdomains().
| uint32_t http_strict_transport_security::max_age |
Max age (delta seconds)
Definition at line 32 of file strict-transport-security.c.
Referenced by http_parse_strict_transport_security(), and http_strict_transport_security_max_age().