MCPcopy Index your code
hub / github.com/nodejs/node / throwProxyAuthError

Function throwProxyAuthError

deps/undici/undici.js:11380–11382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11378 }
11379 __name(isProxyAuthorizationHeader, "isProxyAuthorizationHeader");
11380 function throwProxyAuthError() {
11381 throw new InvalidArgumentError("Proxy-Authorization should be sent in ProxyAgent constructor");
11382 }
11383 __name(throwProxyAuthError, "throwProxyAuthError");
11384 module2.exports = ProxyAgent;
11385 }

Callers 2

buildHeadersFunction · 0.70
throwIfProxyAuthIsSentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected