docs: correct the description of the callback parameter of req.rewriteURL() function
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m5s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m5s
This commit is contained in:
parent
72be410e3c
commit
9b02ff5373
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ The name of authenticated HTTP user. If the user wasn't authenticated, the prope
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
||||||
- _rewrittenURL_ - the rewritten request URL (with query string) (_String_)
|
- _rewrittenURL_ - the rewritten request URL (with query string) (_String_)
|
||||||
- _callback_ - the callback invoked after the request URL (_Function_)
|
- _callback_ - the callback invoked after rewriting the request URL (_Function_)
|
||||||
|
|
||||||
Rewrites the request URL to the _rewrittenURL_ parameter. Also invokes the URL sanitizer after initial rewriting.
|
Rewrites the request URL to the _rewrittenURL_ parameter. Also invokes the URL sanitizer after initial rewriting.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue