expose https.Agent

v0.7.4-release
Ryan Dahl 2011-03-22 11:24:00 -07:00
parent d7a86ff05e
commit 24f9bf4180
1 changed files with 1 additions and 1 deletions

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) {