ll.RequestURL

ll.RequestURL() : uuid

Requests one HTTP:// URL for use by this script. The http_request event is triggered with the result of the request. Returns a key that is the handle used for identifying the result in the http_request event.

Example

ll.RequestURL()
{
  "def": "func",
  "desc": "Requests one HTTP:// URL for use by this script. The http_request event is triggered with the result of the request.\nReturns a key that is the handle used for identifying the result in the http_request event.",
  "energy": 10,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlRequestURL",
  "name": "RequestURL",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "uuid"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll