Adds separate path and host

This commit is contained in:
WoLfulus
2020-10-17 13:43:21 -03:00
parent 13285ff522
commit 4662ede22f

View File

@@ -49,8 +49,10 @@ server.on('request', function(req: http.IncomingMessage & Request, res: http.Ser
aborted: req.aborted,
completed: req.complete,
method: req.method,
uri: url.pathname,
url: url.href,
path: url.pathname,
protocol,
host: req.headers.host,
size: metrics.in,
query: qs.parse(query),
headers: req.headers,