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 912cd3a commit 62ffdb4Copy full SHA for 62ffdb4
examples/http/ntlm-authentication.js
@@ -1,4 +1,4 @@
1
-var httpProxy = require('http-proxy');
+var httpProxy = require('../../lib/http-proxy');
2
var Agent = require('agentkeepalive');
3
4
var agent = new Agent({
examples/http/reverse-proxy.js
@@ -23,7 +23,7 @@
23
24
var http = require('http'),
25
net = require('net'),
26
- httpProxy = require('http-proxy'),
+ httpProxy = require('../../lib/http-proxy');
27
url = require('url'),
28
util = require('util');
29
0 commit comments