To make an HTTP request from Lua function, import 'http' package: -- importing HTTP package local http = require("http") -- making HTTP call response, ...
確定! 回上一頁