UNPKG
yakaa
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.1
0.0.0
Yet Another Keep-Alive Agent
github.com/newrelic/yakaa
newrelic/yakaa
yakaa
/
index.js
7 lines
(4 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
var
Agent
=
require
(
'./http.js'
);
Agent
.
SSL
=
require
(
'./https.js'
);
module
.
exports
=
Agent
;