UNPKG
agentkeepalive
Version:
latest (4.6.0)
latest-2 (2.2.0)
latest-3 (3.5.3)
node-0.10 (0.2.4)
release-2 (2.2.0)
4.6.0
4.5.0
4.4.0
4.3.0
4.2.1
4.2.0
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
3.5.3
3.5.2
3.5.1
3.5.0
3.4.1
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
2.2.0
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.1
1.2.0
1.1.0
1.0.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.1
Missing keepalive http.Agent
github.com/node-modules/agentkeepalive
node-modules/agentkeepalive
agentkeepalive
/
index.js
8 lines
(6 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
const
HttpAgent
=
require
(
'./lib/agent'
);
module
.
exports
=
HttpAgent
;
module
.
exports
.
HttpAgent
=
HttpAgent
;
module
.
exports
.
HttpsAgent
=
require
(
'./lib/https_agent'
);
module
.
exports
.
constants
=
require
(
'./lib/constants'
);