query
- the parsed querystringbody
- the bodyparams
- the params matching the URLheaders
- the headersraw
- the incoming HTTP request from Node corereq
(deprecated, use.raw
instead) - the incoming HTTP request from Node coreid
- the request id- - the logger instance of the incoming request
ip
- the IP address of the incoming requestips
- an array of the IP addresses, ordered from closest to furthest, in theX-Forwarded-For
header of the incoming request (only when the option is enabled)hostname
- the hostname of the incoming request (derived fromX-Forwarded-Host
header when thetrustProxy
option is enabled)protocol
- the protocol of the incoming request (https
or )url
- the url of the incoming requestrouterMethod
- the method defined for the router that is handling the requestrouterPath
- the path pattern defined for the router that is handling the requestis404
- true if request is being handled by 404 handler, false if it is notconnection
- Deprecated, usesocket
instead. The underlying connection of the incoming request.socket
- the underlying connection of the incoming request