diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/ngx.req.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/ngx.req.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/3rd/OpenResty/library/ngx.req.lua b/meta/3rd/OpenResty/library/ngx.req.lua index 7f9be7e6..7bf14494 100644 --- a/meta/3rd/OpenResty/library/ngx.req.lua +++ b/meta/3rd/OpenResty/library/ngx.req.lua @@ -9,8 +9,6 @@ req.version = require("resty.core.base").version --- ---The `header_value` argument can either be a string or a non-empty, array-like table. A nil or empty table value will cause this function to throw an error. --- ----This feature was first introduced in the v0.1.18 release. ---- ---@param header_name string must be a non-empty string. ---@param header_value string|string[] function req.add_header(header_name, header_value) end |