Expand description
CDN-friendly HTTP caching headers for tile servers and geospatial APIs.
Structs§
- Cache
Headers - A complete set of cache-related HTTP response headers.
- ETag
- An HTTP ETag header value, either strong or weak.
- Tile
Cache Strategy - Zoom-level-aware caching strategy for map tiles.
- Vary
Header - Builder for the HTTP
Varyresponse header.
Enums§
- Cache
Error - Errors produced by cache-header operations.
- Cache
Policy - Describes how a response should be cached by browsers and CDNs.
Functions§
- format_
http_ date - Formats a Unix timestamp (seconds since 1970-01-01T00:00:00Z) as an HTTP
date string, e.g.
"Thu, 01 Jan 1970 00:00:00 GMT".