Properties
Readonly connection
connection: Socket
Readonly headers
headers: IncomingHttpHeaders
Readonly hostname
hostname: string
Optional Readonly ips
ips?: string[]
Readonly is404
is404: boolean
log
log: FastifyLoggerInstance
Readonly method
method: string
Readonly protocol
protocol: "http" | "https"
Readonly req
req: IncomingMessage
Readonly routerMethod
routerMethod: string
Readonly routerPath
routerPath: string
Readonly socket
socket: Socket
Optional validationError
validationError?: Error & { validation: any; validationContext: string }
Use
raw
property