From 6cb083d7c26faffe217200ac5657953b46748193 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 9 Jan 2025 00:05:13 -0600 Subject: fix file upload and rewrite buffer reading --- tests/nya.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/nya.lua (limited to 'tests') 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) -- cgit v1.2.3