UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

15 lines (14 loc) 355 B
export interface HttpsOptions { pfx?: any; key?: any; passphrase?: string; cert?: any; ca?: any; crl?: any; ciphers?: string; honorCipherOrder?: boolean; requestCert?: boolean; rejectUnauthorized?: boolean; NPNProtocols?: any; SNICallback?: (servername: string, cb: (err: Error, ctx: any) => any) => any; }