@typespec/ts-http-runtime
Version:
Isomorphic client library for making HTTP requests in node.js and browser.
12 lines • 359 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/**
* Browser and React Native runtimes handle agent, TLS, proxy, decompression,
* and redirects natively — no pipeline policies needed.
*
* @internal
*/
export function addPlatformPolicies(_pipeline, _options) {
// no-op
}
//# sourceMappingURL=platformPolicies-web.mjs.map