ServerOptions - Node documentation
type alias ServerOptions

Usage in Deno

import { type ServerOptions } from "node:https";

Type Parameters

Request extends http.IncomingMessage = http.IncomingMessage
Response extends http.ServerResponse = http.ServerResponse

Definition

tls.SecureContextOptions
& tls.TlsOptions
& http.ServerOptions<Request, Response>