Skip to main content

Argümanlar

DataModel
gerekli
Method-call self value. Use game:HttpGet(url, cache) or game:HttpGetAsync(url, cache).
string
gerekli
URL string to request.
boolean | number
Optional cache control. true or numeric 1 enables the URL cache.

Dönüşler

string
Downloaded response body string, cached body string, or an empty string when the request cannot be opened.

Örnek

Run a DataModel-style GET request and return the response body string.