| ESPHome 2025.10.3
    | 
#include <http_request_arduino.h>
 
  
| Public Member Functions | |
| int | read (uint8_t *buf, size_t max_len) override | 
| void | end () override | 
|  Public Member Functions inherited from esphome::http_request::HttpContainer | |
| virtual | ~HttpContainer ()=default | 
| void | set_secure (bool secure) | 
| size_t | get_bytes_read () const | 
| std::map< std::string, std::list< std::string > > | get_response_headers () | 
| Get response headers. | |
| std::string | get_response_header (const std::string &header_name) | 
|  Public Member Functions inherited from esphome::Parented< HttpRequestComponent > | |
| Parented () | |
| Parented (HttpRequestComponent *parent) | |
| HttpRequestComponent * | get_parent () const | 
| Get the parent of this object. | |
| void | set_parent (HttpRequestComponent *parent) | 
| Set the parent of this object. | |
| Protected Attributes | |
| HTTPClient | client_ {} | 
|  Protected Attributes inherited from esphome::http_request::HttpContainer | |
| size_t | bytes_read_ {0} | 
| bool | secure_ {false} | 
| std::map< std::string, std::list< std::string > > | response_headers_ {} | 
|  Protected Attributes inherited from esphome::Parented< HttpRequestComponent > | |
| HttpRequestComponent * | parent_ | 
| Additional Inherited Members | |
|  Data Fields inherited from esphome::http_request::HttpContainer | |
| size_t | content_length | 
| int | status_code | 
| uint32_t | duration_ms | 
Definition at line 22 of file http_request_arduino.h.
| 
 | overridevirtual | 
Implements esphome::http_request::HttpContainer.
Definition at line 174 of file http_request_arduino.cpp.
| 
 | overridevirtual | 
Implements esphome::http_request::HttpContainer.
Definition at line 147 of file http_request_arduino.cpp.
| 
 | protected | 
Definition at line 29 of file http_request_arduino.h.