Skip to content

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)

Add example usage here showing how to handle the http_response event.

Add additional notes, caveats, or tips here.

  • Related events and functions can be linked here