http_response
LLEvents:on("http_response", function(HTTPRequestID: string, Status: number, Metadata: {any}, Body: string) -- ...end)This event handler is invoked when an HTTP response is received for a pending llHTTPRequest request or if a pending request fails or times out.
Parameters
-
HTTPRequestID(string) -
Status(number) -
Metadata({any}) -
Body(string)
Examples
Section titled “Examples”Add example usage here showing how to handle the http_response event in SLua/Luau.
Add additional notes, caveats, or tips specific to using this event in SLua/Luau.
See Also
Section titled “See Also”- Related events and functions can be linked here
- LSL equivalent: http_response