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