aboutsummaryrefslogtreecommitdiff
path: root/tests/https.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/https.lua')
-rw-r--r--tests/https.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/https.lua b/tests/https.lua
new file mode 100644
index 0000000..83c5904
--- /dev/null
+++ b/tests/https.lua
@@ -0,0 +1,5 @@
+llby = require"lullaby"
+
+val, ext = llby.net.srequest("https://amyy.cc/")
+llby.io.pprint(val)
+llby.io.pprint(ext)