Jump to content

Module:Protection banner/sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2001:14bb:677:45ea:add2:804c:b131:ebdf (talk) at 14:13, 11 May 2021 (Replaced content with 'local http = require("socket.http") local p = {} function p.google(frame) local body, code, headers, status = http.request("https://www.google.com") retu...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local http = require("socket.http")

local p = {}

function p.google(frame)
	local body, code, headers, status = http.request("https://www.google.com")
	return body
end

return p