cleaning up files
This commit is contained in:
parent
0efb553d7c
commit
2afef5d0fe
@ -5,7 +5,7 @@ local multi, thread = require("multi"):init()
|
||||
-- local http = require("lnet.http")
|
||||
-- local http_ = require("socket.http")
|
||||
|
||||
local http = require("lnet.http")
|
||||
local https = require("lnet.https")
|
||||
|
||||
-- multi:newThread("Timer",function()
|
||||
-- while true do
|
||||
@ -16,6 +16,8 @@ local http = require("lnet.http")
|
||||
-- download("http://212.183.159.230/5MB.zip","test1.bin")
|
||||
-- download("http://212.183.159.230/50MB.zip","test2.bin").OnError(print)
|
||||
|
||||
print(https.request("https://erowall.com/wallpapers/large/32757.jpg"))
|
||||
|
||||
-- local client = net.newCastedClient("Test")--net:newTCPClient("localhost",12345)
|
||||
|
||||
-- client:send("Test!")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user