diff options
| author | ame <[email protected]> | 2025-06-12 02:10:10 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-06-12 02:10:10 -0500 |
| commit | 8e7257aac8b30aaa57577770fd636e784361e35d (patch) | |
| tree | 71f7cb33f56a455bac2734bd53b483aa8bb7b27b /tests | |
| parent | a2e8051d4cf6e46310e2e8aab83fee991560d8c0 (diff) | |
fix some net code, add streaming to some requests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/stream.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/stream.lua b/tests/stream.lua new file mode 100644 index 0000000..1103779 --- /dev/null +++ b/tests/stream.lua @@ -0,0 +1,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") |
