interface SecureServerOptions
extends SecureServerSessionOptions
Usage
import { type SecureServerOptions } from "node:http2";
optional
allowHTTP1: boolean | undefined
optional
origins: string[] | undefined
import { type SecureServerOptions } from "node:http2";
allowHTTP1: boolean | undefined
origins: string[] | undefined