Package Exports
- infinity-agent
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (infinity-agent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
infinity-agent 
Node-core HTTP Agent for userland.
Usage
var infinityAgent = require('infinity-agent');
var http = require('http');
var https = require('https');
http.get('http://google.com', {agent: infinityAgent.http.globalAgent});
https.get('http://google.com', {agent: infinityAgent.https.globalAgent});This package is a mirror of the Agent class in Node-core.
License
MIT © Vsevolod Strukchinsky