Skip to content

Commit 24f9bf4

Browse files
committed
expose https.Agent
1 parent d7a86ff commit 24f9bf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/https.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function getAgent(options) {
7777
return agent;
7878
}
7979
exports.getAgent = getAgent;
80-
80+
exports.Agent = Agent;
8181

8282
exports.request = function(options, cb) {
8383
if (options.agent === undefined) {

0 commit comments

Comments
 (0)