Skip to main content

引数

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

戻り値

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

例

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