|
Hi,
but when I try request socket.http like that: ___ http = require("socket.http") print(http) print(http.get("http://www.tecgraf.puc-rio.br/luasocket")) ___ is returned to me a true and I can't do http.get. What is wrong ?
Could be many things. Did you setup your LUA_INIT, LUA_PATH and LUA_CPATH environment variables? Where did you install your files? Regards, Diego.