Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
httpget(url: string): string
url
string
local html = httpget("https://google.com") print(html)
local rawCode = httpget("https://raw.githubusercontent.com/user/script.lua") loadstring(rawCode)()