diff options
Diffstat (limited to 'meta/3rd/OpenResty/resty.limit.req.lua')
-rw-r--r-- | meta/3rd/OpenResty/resty.limit.req.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/resty.limit.req.lua b/meta/3rd/OpenResty/resty.limit.req.lua new file mode 100644 index 00000000..6b26b5c1 --- /dev/null +++ b/meta/3rd/OpenResty/resty.limit.req.lua @@ -0,0 +1,8 @@ +resty_limit_req={} +function resty_limit_req.set_rate(self, rate) end +function resty_limit_req.uncommit(self, key) end +function resty_limit_req.set_burst(self, burst) end +function resty_limit_req.new(dict_name, rate, burst) end +function resty_limit_req.incoming(self, key, commit) end +resty_limit_req._VERSION="0.06" +return resty_limit_req
\ No newline at end of file |