Home / Type/ FastifyHttp2Options Type — fastify Architecture

FastifyHttp2Options Type — fastify Architecture

Architecture documentation for the FastifyHttp2Options type/interface in fastify.d.ts from the fastify codebase.

Entity Profile

Dependency Diagram

graph TD
  79c82576_aa64_6909_be25_97467c6f715f["FastifyHttp2Options"]
  cb91d14d_6002_0517_9501_c656cef3fccb["fastify.d.ts"]
  79c82576_aa64_6909_be25_97467c6f715f -->|defined in| cb91d14d_6002_0517_9501_c656cef3fccb
  style 79c82576_aa64_6909_be25_97467c6f715f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

fastify.d.ts lines 57–63

  export type FastifyHttp2Options<
    Server extends http2.Http2Server,
    Logger extends FastifyBaseLogger = FastifyBaseLogger
  > = FastifyServerOptions<Server, Logger> & {
    http2: true,
    http2SessionTimeout?: number
  }

Defined In

Frequently Asked Questions

What is the FastifyHttp2Options type?
FastifyHttp2Options is a type/interface in the fastify codebase, defined in fastify.d.ts.
Where is FastifyHttp2Options defined?
FastifyHttp2Options is defined in fastify.d.ts at line 57.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free