|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
CDN edge-cache tier - pure engine (DETWS_ENABLE_EDGE_CACHE). More...
#include "ServerConfig.h"Go to the source code of this file.
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.
Definition in file edge_cache.h.