|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Zero-heap outbound HTTP(S) client over raw lwIP (DETWS_ENABLE_HTTP_CLIENT). More...
Go to the source code of this file.
Zero-heap outbound HTTP(S) client over raw lwIP (DETWS_ENABLE_HTTP_CLIENT).
A blocking client for issuing requests from the device: webhooks, telemetry push, REST calls. Split, like the other services, into a pure host-testable core and an ESP32-only transport:
Response bodies are delimited by Content-Length or by connection close; chunked transfer-decoding is applied when present. The body is returned by pointer into the client's static buffer (valid until the next call).
Definition in file http_client.h.