Expand description
Functions and utilities to help parse Cache-Control headers
Structs§
- Parsed Cache-Control directives
- Cache control directive value type
- An iter over all the cache control directives
Enums§
- Cacheability calculated from cache control.
Constants§
- The max delta-second per RFC 9111
Traits§
InterpretCacheControl
provides a meaningful interface to the parsedCacheControl
. These functions actually interpret the parsed cache-control directives to return the freshness or other cache meta values that cache-control is signaling.
Type Aliases§
- Cache control directive key type
- An ordered map to store cache control key value pairs.