인수
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.