mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Adds separate path and host
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user