ESPHome 2026.1.4
Loading...
Searching...
No Matches
esphome::http_request::HttpReadResult Struct Reference

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.
 

Detailed Description

Result of an HTTP read operation.

Definition at line 123 of file http_request.h.

Field Documentation

◆ error_code

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.

◆ status

HttpReadStatus esphome::http_request::HttpReadResult::status

Status of the read operation.

Definition at line 124 of file http_request.h.


The documentation for this struct was generated from the following file: