UNPKG

@typespec/ts-http-runtime

Version:

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

16 lines 1.43 kB
export { agentPolicy, agentPolicyName } from "./agentPolicy.js"; export { decompressResponsePolicy, decompressResponsePolicyName } from "./decompressResponsePolicy.js"; export { defaultRetryPolicy, defaultRetryPolicyName, type DefaultRetryPolicyOptions, } from "./defaultRetryPolicy.js"; export { exponentialRetryPolicy, exponentialRetryPolicyName, type ExponentialRetryPolicyOptions, } from "./exponentialRetryPolicy.js"; export { retryPolicy, type RetryPolicyOptions } from "./retryPolicy.js"; export type { RetryInformation, RetryModifiers, RetryStrategy, } from "../retryStrategies/retryStrategy.js"; export { systemErrorRetryPolicy, systemErrorRetryPolicyName } from "./systemErrorRetryPolicy.js"; export { throttlingRetryPolicy, throttlingRetryPolicyName } from "./throttlingRetryPolicy.js"; export { formDataPolicy, formDataPolicyName } from "./formDataPolicy.js"; export { logPolicy, logPolicyName, type LogPolicyOptions } from "./logPolicy.js"; export { multipartPolicy, multipartPolicyName } from "./multipartPolicy.js"; export { proxyPolicy, proxyPolicyName, getDefaultProxySettings } from "./proxyPolicy.js"; export { redirectPolicy, redirectPolicyName, type RedirectPolicyOptions, } from "./redirectPolicy.js"; export { tlsPolicy, tlsPolicyName } from "./tlsPolicy.js"; export { userAgentPolicy, userAgentPolicyName, type UserAgentPolicyOptions, } from "./userAgentPolicy.js"; //# sourceMappingURL=internal.d.ts.map