We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05ad48 commit 9be61dcCopy full SHA for 9be61dc
lib/adapters/http.js
@@ -7,8 +7,8 @@ var buildURL = require('./../helpers/buildURL');
7
var getProxyForUrl = require('proxy-from-env').getProxyForUrl;
8
var http = require('http');
9
var https = require('https');
10
-var httpFollow = require('follow-redirects').http;
11
-var httpsFollow = require('follow-redirects').https;
+var httpFollow = require('follow-redirects/http');
+var httpsFollow = require('follow-redirects/https');
12
var url = require('url');
13
var zlib = require('zlib');
14
var VERSION = require('./../env/data').version;
0 commit comments