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

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.

Detailed Description

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.

Author
Douglas Quigg (dstroy0)
Date
2026

Definition in file http_range.h.