|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
Zero-heap outbound HTTP(S) client over raw lwIP (PC_ENABLE_HTTP_CLIENT). More...
Go to the source code of this file.
Zero-heap outbound HTTP(S) client over raw lwIP (PC_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.