Expand description
HTTP/2 server push hints, ETag validation, and unified tile serving logic.
Provides PushHint (Link header builder), PushPolicy (neighbour-based
push hint generator), ETagValidator (conditional-request helpers), and
TileServer (cache + push policy integration).
Structs§
- ETag
Validator - Helpers for evaluating HTTP conditional request headers (
If-None-Match,If-Match). - Push
Hint - An HTTP/2 server push hint represented as a
Linkheader entry. - Push
Policy - Decides which neighbouring tiles to push alongside a tile request.
- Tile
Response - The result of a
TileServer::servecall. - Tile
Server - Unified tile serving combining an LRU cache, push policy, and prefetcher.
Enums§
- PushRel
- The
relattribute of an HTTP Link header push hint. - Tile
Response Status - HTTP status code category for a tile response.