Using the http module - not found
Posted: Tue Jan 26, 2016 4:56 am
Using the latest firmware, I'm trying to use the http module in Lua.
How ever, just using 'http' gives the following error:
If I add
I get this error:
Please advise!
How ever, just using 'http' gives the following error:
Code: Select all
stdin:1: attempt to index global 'http' (a nil value)
If I add
Code: Select all
require("http")
I get this error:
Code: Select all
stdin:1: module 'http' not found:
no field package.preload['http']
no file 'http.lc'
no file 'http.lua'
Please advise!