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