UNPKG

@azure/core-rest-pipeline

Version:

Isomorphic client library for making HTTP requests in node.js and browser.

15 lines 526 B
export declare const proxyPolicyName = "proxyPolicy"; export declare function getDefaultProxySettings(): never; /** * proxyPolicy is not supported in the browser and attempting * to use it will raise an error. */ export declare function proxyPolicy(): never; /** * A function to reset the cached agents. * proxyPolicy is not supported in the browser and attempting * to use it will raise an error. * @internal */ export declare function resetCachedProxyAgents(): never; //# sourceMappingURL=proxyPolicy.common.d.ts.map