summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.core.response.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-22 14:19:38 +0800
committerGitHub <noreply@github.com>2021-12-22 14:19:38 +0800
commit315cba61692efe7f06a5ad88cd1346d07b287a91 (patch)
treeb3407a26fa74b5708a9fed9d74024175a120ab9d /meta/3rd/OpenResty/library/resty.core.response.lua
parentec4f497aa2624d9dce29e1de0cfd28ecd85e7df3 (diff)
parentd31a2e506d65bdc113543af9e1fb4b200d8e7023 (diff)
downloadlua-language-server-315cba61692efe7f06a5ad88cd1346d07b287a91.zip
Merge pull request #873 from flrgh/chore/openresty-typedefs
Update OpenResty typedefs, annotations, and configuration
Diffstat (limited to 'meta/3rd/OpenResty/library/resty.core.response.lua')
-rw-r--r--meta/3rd/OpenResty/library/resty.core.response.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/3rd/OpenResty/library/resty.core.response.lua b/meta/3rd/OpenResty/library/resty.core.response.lua
index df2f03bc..a3a4d4d7 100644
--- a/meta/3rd/OpenResty/library/resty.core.response.lua
+++ b/meta/3rd/OpenResty/library/resty.core.response.lua
@@ -1,5 +1,5 @@
---@meta
-resty_core_response={}
+local resty_core_response={}
function resty_core_response.set_resp_header() end
-resty_core_response.version="0.1.17"
+resty_core_response.version = require("resty.core.base").version
return resty_core_response \ No newline at end of file