From 24f9bf4180d43c96c4d080bae4d0ec0e97a64bdc Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 22 Mar 2011 11:24:00 -0700 Subject: [PATCH] expose https.Agent --- lib/https.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/https.js b/lib/https.js index 1fd0e1bbc2..595f8a962b 100644 --- a/lib/https.js +++ b/lib/https.js @@ -77,7 +77,7 @@ function getAgent(options) { return agent; } exports.getAgent = getAgent; - +exports.Agent = Agent; exports.request = function(options, cb) { if (options.agent === undefined) {