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 Jesse Hills
parent d8a6d8594a
commit 1579dfeb80
4 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ async def http_request_action_to_code(config, action_id, template_arg, args):
trigger,
[
(cg.std_shared_ptr.template(HttpContainer), "response"),
(cg.std_string, "body"),
(cg.std_string_ref, "body"),
],
conf,
)