Module:Sandbox/BrandonXLF/1

This is an old revision of this page, as edited by BrandonXLF (talk | contribs) at 22:45, 14 September 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Keep Here
function main(frame)
	local http=require'socket.http'
	body,c,l,h = http.request('http://w3.impa.br/~diego/software/luasocket/http.html')
	return body,c,l,h
end

return {main = main}