node-webserver
    Preparing search index...

    Type Alias HttpServerConfig

    type HttpServerConfig = {
        options?: ServerOptions;
        security?: SecurityConfig;
        type: "http";
    }
    Index

    Properties

    options?: ServerOptions
    security?: SecurityConfig
    type: "http"