Properties
context
context: FastifyContext<unknown>
log
log: FastifyLoggerInstance
request
request: FastifyRequest<RouteGenericInterface, Server, IncomingMessage, unknown>
server
server: FastifyInstance<Server, IncomingMessage, ServerResponse, FastifyLoggerInstance>
statusCode
statusCode: number
A reply instance, for sending headers and data in an HTTP response.