âī¸network
Functions:
get
network.get(url: string[, headers: table, callback: function]):
string
Name | Type | Description |
---|---|---|
url |
| URL |
headers |
| Headers |
callback |
| Callback |
Sends a GET request to the URL.
post
network.post(url: string[, data: table, headers: table, callback: function]):
string
Name | Type | Description |
---|---|---|
url |
| URL |
data |
| Post data |
headers |
| Headers |
callback |
| Callback |
Sends a POST request to the URL.
Last updated