http_request API Modernization: Vector-Based Headers
The http_request component's C++ API has been updated to use std::vector instead of std::map, std::list, and std::set for header handling. The get_response_headers() method (returning the full headers map) has been removed — use get_response_header(name) instead. Deprecated overloads using the old container types are provided until 2027.1.0.
This is a breaking change for external components in ESPHome 2026.3.0 and later.