1 parent d7a86ff commit 24f9bf4Copy full SHA for 24f9bf4
1 file changed
lib/https.js
@@ -77,7 +77,7 @@ function getAgent(options) {
77
return agent;
78
}
79
exports.getAgent = getAgent;
80
-
+exports.Agent = Agent;
81
82
exports.request = function(options, cb) {
83
if (options.agent === undefined) {
0 commit comments