How ever, just using 'http' gives the following error:
stdin:1: attempt to index global 'http' (a nil value)
If I add
require("http")
I get this error:
stdin:1: module 'http' not found:
no field package.preload['http']
no file 'http.lc'
no file 'http.lua'
Please advise!