summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty/upload.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/resty/upload.lua')
-rw-r--r--meta/3rd/OpenResty/library/resty/upload.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/resty/upload.lua b/meta/3rd/OpenResty/library/resty/upload.lua
new file mode 100644
index 00000000..505bf766
--- /dev/null
+++ b/meta/3rd/OpenResty/library/resty/upload.lua
@@ -0,0 +1,7 @@
+---@meta
+resty_upload={}
+function resty_upload.read(self) end
+function resty_upload.set_timeout(self, timeout) end
+resty_upload._VERSION="0.10"
+function resty_upload.new(self, chunk_size, max_line_size) end
+return resty_upload \ No newline at end of file