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 | 8bd526ec974af9fe8f32a414d4713ff4c2dccd38 (patch) | |
| tree | a0ce97e0559672259d53ebaa7403fa92babaa72c /tests/req.lua | |
| parent | a93989f071a6798e74b17d3dae1a788c727bf75d (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"}) + +]]-- |
