expose https.Agent

This commit is contained in:
Ryan Dahl
2011-03-22 11:24:00 -07:00
parent d7a86ff05e
commit 24f9bf4180

View File

@@ -77,7 +77,7 @@ function getAgent(options) {
return agent;
}
exports.getAgent = getAgent;
exports.Agent = Agent;
exports.request = function(options, cb) {
if (options.agent === undefined) {