名称 最后更新
..
http.js 正在载入提交数据...
https.js 正在载入提交数据...
index.js 正在载入提交数据...
package.json 正在载入提交数据...
readme.md 正在载入提交数据...

infinity-agent Build Status

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