You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`request.getHeaders().host` is `'localhost:3000'`:
2620
+
When `request.url` is `'/status?name=ryan'` and`request.headers.host` is
2621
+
`'localhost:3000'`:
2622
2622
2623
2623
```console
2624
2624
$ node
2625
-
> new URL(request.url, `http://${request.getHeaders().host}`)
2625
+
> new URL(request.url, `http://${request.headers.host}`)
0 commit comments