diff options
| author | amelia squires <[email protected]> | 2025-02-24 13:23:19 -0600 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-02-24 13:23:19 -0600 |
| commit | 8c46301da70740ee40f707e88dd170243c6dd46a (patch) | |
| tree | 88af046d5ea16489cc045a222b4a520e557aa5b0 /tests/https.lua | |
| parent | f1a92a07efbc0dd17758500b2c91ca8ddbdeabca (diff) | |
error handling and parse_url on srequest
Diffstat (limited to 'tests/https.lua')
| -rw-r--r-- | tests/https.lua | 5 |
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) |
