Skip to content

Commit 1e1a36c

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

definitions/http/runtime_definition/control/http_control_respond.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
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
5253
}

0 commit comments

Comments
 (0)