mirror of
https://github.com/esphome/esphome.git
synced 2025-09-17 02:32:20 +01:00
Improve 'body' handling in http_request on_response triggers (#6968)
This commit is contained in:
@@ -10,6 +10,7 @@ int_ = global_ns.namespace("int")
|
||||
std_ns = global_ns.namespace("std")
|
||||
std_shared_ptr = std_ns.class_("shared_ptr")
|
||||
std_string = std_ns.class_("string")
|
||||
std_string_ref = std_ns.namespace("string &")
|
||||
std_vector = std_ns.class_("vector")
|
||||
uint8 = global_ns.namespace("uint8_t")
|
||||
uint16 = global_ns.namespace("uint16_t")
|
||||
|
Reference in New Issue
Block a user