diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/resty/core/response.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/resty/core/response.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/resty/core/response.lua b/meta/3rd/OpenResty/library/resty/core/response.lua new file mode 100644 index 00000000..a3a4d4d7 --- /dev/null +++ b/meta/3rd/OpenResty/library/resty/core/response.lua @@ -0,0 +1,5 @@ +---@meta +local resty_core_response={} +function resty_core_response.set_resp_header() end +resty_core_response.version = require("resty.core.base").version +return resty_core_response
\ No newline at end of file |