From 059503257523bf24b31f7f15a8a5761f2e5f2313 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Mon, 24 Feb 2025 13:23:19 -0600 Subject: error handling and parse_url on srequest --- tests/https.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/https.lua (limited to 'tests/https.lua') 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) -- cgit v1.2.3