How to use the agentkeepalive.HttpsAgent.prototype function in agentkeepalive

To help you get started, we’ve selected a few agentkeepalive examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github wuchangming / node-mitmproxy / src / common / ProxyHttpsAgent.js View on Github external
getName (option) {
        var name = HttpsAgentOrigin.prototype.getName.call(this, option);
        name += ':';
        if (option.customSocketId) {
            name += option.customSocketId
        }
        return name;
    }
}

agentkeepalive

Missing keepalive http.Agent

MIT
Latest version published 12 months ago

Package Health Score

83 / 100
Full package analysis