FastifyHttpsOptions Type — fastify Architecture
Architecture documentation for the FastifyHttpsOptions type/interface in fastify.d.ts from the fastify codebase.
Entity Profile
Dependency Diagram
graph TD a12c8412_918c_cde7_fdc0_81cb3043f7b3["FastifyHttpsOptions"] cb91d14d_6002_0517_9501_c656cef3fccb["fastify.d.ts"] a12c8412_918c_cde7_fdc0_81cb3043f7b3 -->|defined in| cb91d14d_6002_0517_9501_c656cef3fccb style a12c8412_918c_cde7_fdc0_81cb3043f7b3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
fastify.d.ts lines 65–70
export type FastifyHttpsOptions<
Server extends https.Server,
Logger extends FastifyBaseLogger = FastifyBaseLogger
> = FastifyServerOptions<Server, Logger> & {
https: https.ServerOptions | null
}
Defined In
Source
Frequently Asked Questions
What is the FastifyHttpsOptions type?
FastifyHttpsOptions is a type/interface in the fastify codebase, defined in fastify.d.ts.
Where is FastifyHttpsOptions defined?
FastifyHttpsOptions is defined in fastify.d.ts at line 65.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free