Skip to main content

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.


hostingComponentType?

optional hostingComponentType?: string

The type of the hosting component to use.


config?

optional config?: IFastifyWebServerConfig

Additional configuration for the server.


mimeTypeProcessors?

optional mimeTypeProcessors?: IMimeTypeProcessor[]

Additional MIME type processors.