network.get(url: string[, headers: table, callback: function]): string
network.get(url: string[, headers: table, callback: function]):
string
url
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
network.post(url: string[, data: table, headers: table, callback: function]):
data
Post data
Sends a POST request to the URL.
Last updated 3 years ago