diff options
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, "/")) + |
