summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.upload.lua
blob: 505bf766dc4db2b8a32f1415d4b9251691531a54 (plain)
1
2
3
4
5
6
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