Correct out information about used URL parser in tentative documentation
This commit is contained in:
parent
74e468b168
commit
3a8385d943
1 changed files with 1 additions and 1 deletions
|
@ -1732,7 +1732,7 @@ A property containing parsed request URL created by a custom URL parser (compati
|
|||
|
||||
<small>_Added in SVR.JS 4.0.0_</small>
|
||||
|
||||
A property containing parsed request URL (before URL rewriting) created by `new URL()` constructor (WHATWG URL parser)
|
||||
A property containing parsed request URL (before URL rewriting) created by a custom URL parser (compatible with legacy URL parser: `url.parse()`)
|
||||
|
||||
#### _req.isProxy_
|
||||
|
||||
|
|
Reference in a new issue