diff options
| author | amelia squires <[email protected]> | 2025-01-11 23:35:08 -0600 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-01-11 23:35:08 -0600 |
| commit | 43a0a45291e42f4f9447383794c62a2e8b560ada (patch) | |
| tree | a0ce97e0559672259d53ebaa7403fa92babaa72c /tests/req.lua | |
| parent | df776c14e7937a66f6ce45a7675611f7f36dc5a7 (diff) | |
https client mostly working
Diffstat (limited to 'tests/req.lua')
| -rw-r--r-- | tests/req.lua | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/req.lua b/tests/req.lua index 540a262..3703b26 100644 --- a/tests/req.lua +++ b/tests/req.lua @@ -1,3 +1,11 @@ local awa = require "lullaby" -awa.net.srequest("amyy.cc", 443, "/") +awa.net.srequest("amyy.cc", "/", "meow") + +--awa.net.srequest("example.com", "/", "meow") + +--[[ + +net.srequest("example.com", "/", {key="meow"}, {Header="value"}) + +]]-- |
