|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
IPv4 classifier / verifier (pure) + lwIP DNS resolve (ESP32). More...
#include "services/dns_resolver/dns_resolver.h"Go to the source code of this file.
IPv4 classifier / verifier (pure) + lwIP DNS resolve (ESP32).
The resolve marshals dns_gethostbyname into tcpip_thread and polls a done flag with a deadline - the same cross-thread pattern the http_client uses.
Definition in file dns_resolver.cpp.