@typespec/ts-http-runtime
Version:
Isomorphic client library for making HTTP requests in node.js and browser.
16 lines • 1.39 kB
TypeScript
export { agentPolicy, agentPolicyName } from "./agentPolicy.js";
export { decompressResponsePolicy, decompressResponsePolicyName, } from "./decompressResponsePolicy.js";
export { defaultRetryPolicy, defaultRetryPolicyName, DefaultRetryPolicyOptions, } from "./defaultRetryPolicy.js";
export { exponentialRetryPolicy, exponentialRetryPolicyName, ExponentialRetryPolicyOptions, } from "./exponentialRetryPolicy.js";
export { retryPolicy, RetryPolicyOptions } from "./retryPolicy.js";
export { 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, LogPolicyOptions } from "./logPolicy.js";
export { multipartPolicy, multipartPolicyName } from "./multipartPolicy.js";
export { proxyPolicy, proxyPolicyName, getDefaultProxySettings } from "./proxyPolicy.js";
export { redirectPolicy, redirectPolicyName, RedirectPolicyOptions } from "./redirectPolicy.js";
export { tlsPolicy, tlsPolicyName } from "./tlsPolicy.js";
export { userAgentPolicy, userAgentPolicyName, UserAgentPolicyOptions } from "./userAgentPolicy.js";
//# sourceMappingURL=internal.d.ts.map