Skip to main content
type alias ServerOptions

Type Parameters

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

Definition

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