We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28cecb5 + ecdfff4 commit b223275Copy full SHA for b223275
examples/http/ntlm-authentication.js
@@ -10,7 +10,7 @@ var agent = new Agent({
10
keepAliveTimeout: 30000 // free socket keepalive for 30 seconds
11
});
12
13
-var proxy = httpProxy.createProxy({ target: 'http://whatever.com', agent: agent);
+var proxy = httpProxy.createProxy({ target: 'http://whatever.com', agent: agent });
14
15
//
16
// Modify headers of the request before it gets sent
0 commit comments