Skip to content

HTTP_OnResponse

Luckshya edited this page Mar 23, 2020 · 1 revision
function HTTP_OnResponse(tag, url, statusCode, response);

Called when data is received from sent GET Request.

Parameters

  • tag - string
  • url - string
  • statusCode - integer
  • response - string

Clone this wiki locally