UNPKG

@azure/core-client

Version:

Core library for interfacing with AutoRest generated code

11 lines 376 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createDefaultHttpClient } from "@azure/core-rest-pipeline"; let cachedHttpClient; export function getCachedDefaultHttpClient() { if (!cachedHttpClient) { cachedHttpClient = createDefaultHttpClient(); } return cachedHttpClient; } //# sourceMappingURL=httpClientCache.js.map