1
0
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:
Kevin P. Fleming
2024-06-25 19:50:54 -04:00
committed by GitHub
parent d8a5c1ea0c
commit 0179358f9c
4 changed files with 17 additions and 6 deletions

View File

@@ -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")