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?
optionalcompressOptions:FastifyCompressOptions
corsOptions?
optionalcorsOptions:FastifyCorsOptions
fastify
fastify:
Partial<FastifyServerOptions> &Partial<FastifyHttp2SecureOptions<Http2SecureServer>>
