@azure/core-client
Advanced tools
Comparing version 1.0.0-alpha.20210210.1 to 1.0.0-alpha.20210222.1
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
import { DefaultHttpsClient } from "@azure/core-https"; | ||
import { createDefaultHttpsClient } from "@azure/core-https"; | ||
let cachedHttpsClient; | ||
export function getCachedDefaultHttpsClient() { | ||
if (!cachedHttpsClient) { | ||
cachedHttpsClient = new DefaultHttpsClient(); | ||
cachedHttpsClient = createDefaultHttpsClient(); | ||
} | ||
@@ -9,0 +9,0 @@ return cachedHttpsClient; |
{ | ||
"name": "@azure/core-client", | ||
"version": "1.0.0-alpha.20210210.1", | ||
"version": "1.0.0-alpha.20210222.1", | ||
"description": "Core library for interfacing with AutoRest generated code", | ||
@@ -5,0 +5,0 @@ "sdk-type": "client", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
552658