Context information about a request that triggered a log.

Constructors

Properties

clientIp: string

The ip address of the client.

durationInMs?: number

The duration that the request took in ms, if it already finished.

method: HttpMethod

The http method of the request.

status?: HttpStatus

The http status of the response, if the request already finished.

url: string

The complete url that was requested.

userAgent: string

The user agent of the client.