Interface IStartServerOptions

Hierarchy

  • IStartServerOptions

Properties

beforeListen?: ((s: HttpOrHttpsServer) => Promise<void>)

Type declaration

disposeBeforeShutdown?: (() => Promise<void>)

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

enableHttps?: boolean
handleSignals?: boolean
hostname?: string
sslCertFile?: string
sslKeyFile?: string

Generated using TypeDoc