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 efbd590 commit 92d2cfeCopy full SHA for 92d2cfe
meta/3rd/OpenResty/library/ngx.lua
@@ -2228,8 +2228,8 @@ function ngx.req.get_uri_args(max_args) end
2228
--- in "\x00foo" (maybe you want to set the 'binary' argument?)
2229
---
2230
---@param uri string
2231
----@param jump boolean
2232
----@param binary boolean
+---@param jump? boolean
+---@param binary? boolean
2233
function ngx.req.set_uri(uri, jump, binary) end
2234
2235
--- Append new data chunk specified by the `data_chunk` argument onto the existing request body created by the `ngx.req.init_body` call.
0 commit comments