UNPKG

@manzoomeh/basicore.server

Version:

java script version of Manzoomeh Negaran http web server for nodejs

15 lines (14 loc) 286 B
export default class CertificateOptions { /**@type {boolean} */ IgnoreValidationError; /**@type {"ssl"|"sni"} */ Type; /**@type {boolean} */ Http2; /**@type {boolean} */ http11; /**@type {string} */ AbsolutPath; /**@type {number} */ ReadTimeout; }