@azure/core-rest-pipeline
Version:
Isomorphic client library for making HTTP requests in node.js and browser.
11 lines • 355 B
TypeScript
import type { PipelinePolicy } from "../pipeline.js";
import type { Agent } from "../interfaces.js";
/**
* Name of the Agent Policy
*/
export declare const agentPolicyName = "agentPolicy";
/**
* Gets a pipeline policy that sets http.agent
*/
export declare function agentPolicy(agent?: Agent): PipelinePolicy;
//# sourceMappingURL=agentPolicy.d.ts.map