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.
config?
optionalconfig:IFastifyWebServerConfig
Additional configuration for the server.
mimeTypeProcessors?
optionalmimeTypeProcessors:IMimeTypeProcessor[]
Additional MIME type processors.