2.0.3 • Published 9 years ago

infinity-agent v2.0.3

Weekly downloads
99,564
License
MIT
Repository
github
Last release
9 years ago

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.

There is one minor change in addRequest method: basically we disable keepAlive if agent is not configured for it, and maxSockets is set to Infinity.

License

MIT © Vsevolod Strukchinsky

2.0.4

6 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago