Skip to content

Commit 8092594

Browse files
committed
fix: added missing field
1 parent 1810f30 commit 8092594

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

definitions/http/runtime_definition/control/http_control_respond.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@
4848
"code": "en-US",
4949
"content": "Processes an HTTP response and returns it to the requesting client. This function typically completes the HTTP request–response cycle by delivering the server’s final output, such as headers, status codes, and body content, back to the client."
5050
}
51-
]
51+
],
52+
"throws_error": false,
53+
"generic_keys": []
5254
}

0 commit comments

Comments
 (0)