Apache HTTPD
Public Attributes | List of all members
cache_control Struct Reference

#include <cache_common.h>

Public Attributes

unsigned int parsed:1
 
unsigned int cache_control:1
 
unsigned int pragma:1
 
unsigned int no_cache:1
 
unsigned int no_cache_header:1
 
unsigned int no_store:1
 
unsigned int max_age:1
 
unsigned int max_stale:1
 
unsigned int min_fresh:1
 
unsigned int no_transform:1
 
unsigned int only_if_cached:1
 

Detailed Description

Definition at line 30 of file cache_common.h.

Member Data Documentation

◆ cache_control

unsigned int cache_control::cache_control

Definition at line 32 of file cache_common.h.

◆ max_age

unsigned int cache_control::max_age

Definition at line 37 of file cache_common.h.

◆ max_stale

unsigned int cache_control::max_stale

Definition at line 38 of file cache_common.h.

◆ min_fresh

unsigned int cache_control::min_fresh

Definition at line 39 of file cache_common.h.

◆ no_cache

unsigned int cache_control::no_cache

Definition at line 34 of file cache_common.h.

◆ no_cache_header

unsigned int cache_control::no_cache_header

Definition at line 35 of file cache_common.h.

◆ no_store

unsigned int cache_control::no_store

Definition at line 36 of file cache_common.h.

◆ no_transform

unsigned int cache_control::no_transform

Definition at line 40 of file cache_common.h.

◆ only_if_cached

unsigned int cache_control::only_if_cached

Definition at line 41 of file cache_common.h.

◆ parsed

unsigned int cache_control::parsed

Definition at line 31 of file cache_common.h.

◆ pragma

unsigned int cache_control::pragma

Definition at line 33 of file cache_common.h.


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