UNPKG

@financial-times/n-es-client

Version:
5 lines (3 loc) 127 B
const https = require('https'); const keepAliveAgent = new https.Agent({ keepAlive: true }); module.exports = keepAliveAgent;