HTTP Module
get(url: string)
local http = require('http');
local resp = http.get("https://ocelotbot.xyz/");
d.send(resp.statusCode)Last updated
local http = require('http');
local resp = http.get("https://ocelotbot.xyz/");
d.send(resp.statusCode)Last updated