API 参考
    正在准备搜索索引...

    接口 ProxyOptions

    interface ProxyOptions {
        proxyHost?: string;
        proxyPassword?: string;
        proxyPort?: number;
        proxyUsername?: string;
    }
    索引
    proxyHost?: string
    proxyPassword?: string
    proxyPort?: number
    proxyUsername?: string