UNPKG

atomics-http

Version:

atomics-http is a Node.js extension that provides synchronous http calls.

11 lines 289 B
"use strict"; module.exports = function (agent, constructor) { return { options: agent.proxy, construct: function () { let Agent = require('proxy-agent'); return new Agent(this.options); } }; }; //# sourceMappingURL=ProxyAgent.js.map