summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/resty.string.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/resty.string.lua')
-rw-r--r--meta/3rd/OpenResty/resty.string.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/resty.string.lua b/meta/3rd/OpenResty/resty.string.lua
new file mode 100644
index 00000000..66a16c5f
--- /dev/null
+++ b/meta/3rd/OpenResty/resty.string.lua
@@ -0,0 +1,5 @@
+resty_string={}
+function resty_string.to_hex(s) end
+resty_string._VERSION="0.11"
+function resty_string.atoi(s) end
+return resty_string \ No newline at end of file