philia
    Preparing search index...
    interface Config {
        host?: string;
        https?: ServerOptions<typeof IncomingMessage, typeof ServerResponse>;
        opts?: ServerOptions<typeof IncomingMessage, typeof ServerResponse>;
        port?: number;
    }
    Index

    Properties

    Properties

    host?: string

    监听地址

    https?: ServerOptions<typeof IncomingMessage, typeof ServerResponse>

    GTTPS 服务器选项

    opts?: ServerOptions<typeof IncomingMessage, typeof ServerResponse>

    服务器选项

    port?: number

    监听端口