Skip to content

PURISTA API


PURISTA API / @purista/httpserver / HttpServerServiceV1Config

Type Alias: HttpServerServiceV1Config

HttpServerServiceV1Config = HttpServerServiceV1ConfigRaw & object

Defined in: packages/httpserver/src/service/httpServer/v1/httpServerServiceConfig.ts:96

Type declaration

compressOptions?

optional compressOptions: FastifyCompressOptions

corsOptions?

optional corsOptions: FastifyCorsOptions

fastify

fastify: Partial<FastifyServerOptions> & Partial<FastifyHttp2SecureOptions<Http2SecureServer>>