http
Request functions, this functions will only work when the unsafe script functionality is turned on
http.get
http.get(url): stringhttp.get_async
http.get_async(url, method)http.get_async("https://google.com", {
run = function(text)
client.print(text)
end
})http.post
http.post_async
http.load
Last updated