Device detector.
You can assign your own HttpDeviceDetector implementation.
Defaults to ExpressDeviceDetector which detects device based on User-Agent header.
Accessors
body
get body(): Body
inheritdoc
Returns Body
device
get device(): undefined | null | HttpDevice
inheritdoc
Returns undefined | null | HttpDevice
ip
get ip(): string
inheritdoc
Returns string
location
get location(): undefined | null | HTTPRequestLocation
inheritdoc
Returns undefined | null | HTTPRequestLocation
raw
get raw(): AdaptedExpressRequest<ParamsDictionary, any, any, ParsedQs, Record<string, any>>
Adapter for express request instance.