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 |
Writes a Cache-Control header value into caller-provided storage.