mirror of https://github.com/nodejs/node.git
expose https.Agent
parent
d7a86ff05e
commit
24f9bf4180
|
@ -77,7 +77,7 @@ function getAgent(options) {
|
|||
return agent;
|
||||
}
|
||||
exports.getAgent = getAgent;
|
||||
|
||||
exports.Agent = Agent;
|
||||
|
||||
exports.request = function(options, cb) {
|
||||
if (options.agent === undefined) {
|
||||
|
|
Loading…
Reference in New Issue