http_response
http_response(key HTTPRequestID, integer Status, list Metadata, string Body)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(key) -
Status(integer) -
Metadata(list) -
Body(string)
Examples
Section titled “Examples”Add example usage here showing how to handle the http_response event.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related events and functions can be linked here