DeterministicESPAsyncWebServer

RFC 7230-compliant HTTP/1.1 server for ESP32 with zero heap allocation after begin().

Author
Douglas Quigg (dstroy0)
Website
https://github.com/dstroy0/DeterministicESPAsyncWebServer
Category
Communication
License
NOASSERTION
Library Type
Contributed
Architectures
esp32

Routes are registered with on() and matched in insertion order. The parser validates every request byte-by-byte and auto-sends 400, 413, 414, or 501 without any application code. All buffers are statically sized at compile time — no heap is used after begin().

Downloads

Filename Release Date File Size
DeterministicESPAsyncWebServer-1.2.0.zip 2026-06-20 170.25 KiB
DeterministicESPAsyncWebServer-0.1.0.zip 2026-06-20 120.59 KiB