UNPKG

@azure/core-rest-pipeline

Version:

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

10 lines 359 B
import type { PipelinePolicy } from "../pipeline.js"; /** * The programmatic identifier of the ndJsonPolicy. */ export declare const ndJsonPolicyName = "ndJsonPolicy"; /** * ndJsonPolicy is a policy used to control keep alive settings for every request. */ export declare function ndJsonPolicy(): PipelinePolicy; //# sourceMappingURL=ndJsonPolicy.d.ts.map