diff options
| author | ame <[email protected]> | 2025-01-09 00:05:13 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2025-01-09 00:05:41 -0600 |
| commit | 6cb083d7c26faffe217200ac5657953b46748193 (patch) | |
| tree | 9c969b1210934015233f833d97eafd805fbe7b00 /tests | |
| parent | a6aa1b70f66d7fe8ba81e0dcddac92687fe7acd7 (diff) | |
fix file upload and rewrite buffer reading
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nya.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/nya.lua b/tests/nya.lua new file mode 100644 index 0000000..ca5299c --- /dev/null +++ b/tests/nya.lua @@ -0,0 +1,8 @@ +llby = require "lullaby" + +llby.net.listen(function(server) + server:GET("/", function(res, req) + print("hi") + llby.io.pprint(req) + end) +end, 8887) |
