Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpCacheControlBuilder Struct Reference

Writes a Cache-Control header value into caller-provided storage. More...

#include <HttpHeaders.h>

Public Member Functions

Result writeTo (Span< char > storage, StringSpan &output) const
 

Public Attributes

uint32_t maxAgeSeconds = 0
 
bool hasMaxAge = false
 
bool noStore = false
 
bool noCache = false
 
bool publicCache = false
 
bool privateCache = false
 
bool mustRevalidate = false
 
bool immutable = false
 

Detailed Description

Writes a Cache-Control header value into caller-provided storage.


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