NetSurf
Data Fields
http_cache_control Struct Reference

Representation of a Cache-Control. More...

Data Fields

uint32_t max_age
 Max age (delta seconds) More...
 
bool max_age_valid
 Whether max-age is valid. More...
 
bool no_cache
 Whether caching is forbidden. More...
 
bool no_store
 Whether persistent caching is forbidden. More...
 

Detailed Description

Representation of a Cache-Control.

Definition at line 31 of file cache-control.c.

Field Documentation

◆ max_age

uint32_t http_cache_control::max_age

Max age (delta seconds)

Definition at line 32 of file cache-control.c.

Referenced by http_cache_control_max_age(), and http_parse_cache_control().

◆ max_age_valid

bool http_cache_control::max_age_valid

Whether max-age is valid.

Definition at line 33 of file cache-control.c.

Referenced by http_cache_control_has_max_age(), and http_parse_cache_control().

◆ no_cache

bool http_cache_control::no_cache

Whether caching is forbidden.

Definition at line 34 of file cache-control.c.

Referenced by http_cache_control_no_cache(), and http_parse_cache_control().

◆ no_store

bool http_cache_control::no_store

Whether persistent caching is forbidden.

Definition at line 35 of file cache-control.c.

Referenced by http_cache_control_no_store(), and http_parse_cache_control().


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