Interface: IFastifyWebServerConstructorOptions
The options for the Fastify web server constructor.
Properties
loggingComponentType?
optionalloggingComponentType?:string
The type of the logging component to use, if undefined, no logging will happen.
hostingComponentType?
optionalhostingComponentType?:string
The type of the hosting component to use.
config?
optionalconfig?:IFastifyWebServerConfig
Additional configuration for the server.
mimeTypeProcessors?
optionalmimeTypeProcessors?:IMimeTypeProcessor[]
Additional MIME type processors.