node-webserver
    Preparing search index...

    Type Alias HttpsServerConfig

    type HttpsServerConfig = {
        options: HttpsServerOptions;
        security?: SecurityConfig;
        type: "https";
    }
    Index

    Properties

    options: HttpsServerOptions
    security?: SecurityConfig
    type: "https"