DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
edge_cache.h File Reference

CDN edge-cache tier - pure engine (DETWS_ENABLE_EDGE_CACHE). More...

#include "ServerConfig.h"

Go to the source code of this file.

Detailed Description

CDN edge-cache tier - pure engine (DETWS_ENABLE_EDGE_CACHE).

The caching reverse-proxy edge that services/httpcache is the origin-side groundwork for. This header is the pure, host-testable core: the response header-field access and HTTP-date math that httpcache lacks, RFC 9111 freshness (lifetime + age), and the deterministic cache key + SHA-256 digest + Vary secondary key. No sockets, no DetWebServer, no heap - the socket glue (edge_cache_proxy) and the L2 SD tier (edge_cache_sd) layer on top.

Author
Douglas Quigg (dstroy0)
Date
2026

Definition in file edge_cache.h.