NetSurf
Data Fields
http_strict_transport_security Struct Reference

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...
 

Detailed Description

Representation of a Strict-Transport-Security.

Definition at line 31 of file strict-transport-security.c.

Field Documentation

◆ include_sub_domains

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().

◆ max_age

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().


The documentation for this struct was generated from the following file: