diff options
| author | ame <[email protected]> | 2025-01-13 03:56:06 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2025-01-13 03:56:06 -0600 |
| commit | a86088dc5ded54ccc41bec5d547ff044c641ae19 (patch) | |
| tree | 2f8551fb65b92326ee01ff0016fd34d7629bb959 /tests | |
| parent | 8bd526ec974af9fe8f32a414d4713ff4c2dccd38 (diff) | |
select http request type
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/req.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/req.lua b/tests/req.lua index 3703b26..9eb4cf3 100644 --- a/tests/req.lua +++ b/tests/req.lua @@ -1,6 +1,6 @@ local awa = require "lullaby" -awa.net.srequest("amyy.cc", "/", "meow") +print(awa.net.srequest("amyy.cc", "/", "meow").content) --awa.net.srequest("example.com", "/", "meow") |
