diff options
Diffstat (limited to 'meta/3rd/OpenResty/resty.upload.lua')
-rw-r--r-- | meta/3rd/OpenResty/resty.upload.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/resty.upload.lua b/meta/3rd/OpenResty/resty.upload.lua new file mode 100644 index 00000000..74323253 --- /dev/null +++ b/meta/3rd/OpenResty/resty.upload.lua @@ -0,0 +1,6 @@ +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 |