|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Shared single-range Range: bytes=... parser (RFC 7233), used by static file serving and the edge cache (DETWS_ENABLE_RANGE).
More...
#include "ServerConfig.h"Go to the source code of this file.
Shared single-range Range: bytes=... parser (RFC 7233), used by static file serving and the edge cache (DETWS_ENABLE_RANGE).
Promoted out of file_serving.cpp so both the filesystem file server and the CDN edge cache share one owner for the range math. Pure and size/string-driven - no DetWebServer or fs:: dependency.
Definition in file http_range.h.