mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
expose https.Agent
This commit is contained in:
@@ -77,7 +77,7 @@ function getAgent(options) {
|
||||
return agent;
|
||||
}
|
||||
exports.getAgent = getAgent;
|
||||
|
||||
exports.Agent = Agent;
|
||||
|
||||
exports.request = function(options, cb) {
|
||||
if (options.agent === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user