|
ESPHome 2026.1.4
|
Result of an HTTP read operation. More...
#include <http_request.h>
Data Fields | |
| HttpReadStatus | status |
| Status of the read operation. | |
| int | error_code |
| Error code from read() on failure, 0 on success. | |
Result of an HTTP read operation.
Definition at line 123 of file http_request.h.
| int esphome::http_request::HttpReadResult::error_code |
Error code from read() on failure, 0 on success.
Definition at line 125 of file http_request.h.
| HttpReadStatus esphome::http_request::HttpReadResult::status |
Status of the read operation.
Definition at line 124 of file http_request.h.