☁ī¸network

Functions:

get

network.get(url: string[, headers: table, callback: function]): string

NameTypeDescription

url

string

URL

headers

table

Headers

callback

function

Callback

Sends a GET request to the URL.

post

network.post(url: string[, data: table, headers: table, callback: function]): string

NameTypeDescription

url

string

URL

data

table

Post data

headers

table

Headers

callback

function

Callback

Sends a POST request to the URL.

Last updated