aboutsummaryrefslogtreecommitdiff
path: root/tests/stream.lua
blob: 1103779ea2df52ea255aae15bd34ad8718df133c (plain)
1
2
3
4
5
6
7
8
local llby = require"lullaby"

--local a = llby.test.stream()
--print(a:file("test.awa", 200))

local req = llby.net.srequest("https://amyy.cc")

req.content:file("response.txt")