Change tentative SVR.JS documentation, as the future release of SVR.JS uses different URL parser
This commit is contained in:
parent
65b5995826
commit
303fc3dbb4
1 changed files with 1 additions and 1 deletions
|
@ -1726,7 +1726,7 @@ A property containing request URL after all processing (URL rewriting too).
|
|||
|
||||
<small>_Added in SVR.JS 4.0.0_</small>
|
||||
|
||||
A property containing parsed request URL created by `new URL()` constructor (WHATWG URL parser).
|
||||
A property containing parsed request URL created by a custom URL parser (compatible with legacy URL parser: `url.parse()`)
|
||||
|
||||
#### _req.originalParsedURL_
|
||||
|
||||
|
|
Reference in a new issue