Last updated
network.get(url: string[, headers: table, callback: function]): string
url
string
URL
headers
table
Headers
callback
function
Callback
Sends a GET request to the URL.
network.post(url: string[, data: table, headers: table, callback: function]): string
url
string
URL
data
table
Post data
headers
table
Headers
callback
function
Callback
Sends a POST request to the URL.
Last updated