We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5071963 commit 5f6a00cCopy full SHA for 5f6a00c
meta/3rd/OpenResty/library/ngx.lua
@@ -3510,7 +3510,7 @@ function ngx.redirect(uri, status) end
3510
---
3511
---@param callback fun()
3512
---@return boolean ok
3513
----@return string? error
+---@return string|'"lua_check_client_abort is off"'|'"duplicate call"' error
3514
function ngx.on_abort(callback) end
3515
3516
@@ -4214,7 +4214,7 @@ ngx.resp = {}
4214
---@param max_headers number
4215
---@param raw boolean
4216
---@return table<string, string|string[]>
4217
+---@return string|'"truncated"' error
4218
function ngx.resp.get_headers(max_headers, raw) end
4219
4220
0 commit comments