diff options
| author | amelia squires <[email protected]> | 2025-01-09 15:11:45 -0600 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-01-09 15:11:45 -0600 |
| commit | b0fa1d1bcd4c07ce8623a5b6e8fdfb4c06ec6afc (patch) | |
| tree | 351aa9d767008370f9a80daeada2052beff2444c /tests | |
| parent | 9a8ae72e94d92dc147bafae027d06e22645606a9 (diff) | |
http(s) request
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/req.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/req.lua b/tests/req.lua new file mode 100644 index 0000000..59325e6 --- /dev/null +++ b/tests/req.lua @@ -0,0 +1,4 @@ +local awa = require "lullaby" + +print(awa.net.srequest("amyy.cc", 443, "/")) + |
