зеркало из https://github.com/Azure/ms-rest-js.git
Export TransferProgressEvent from msRest.ts (#189)
This commit is contained in:
Родитель
e240203ca0
Коммит
1d0f90aaa9
|
@ -1,7 +1,7 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
export { WebResource, HttpRequestBody, RequestPrepareOptions, HttpMethods, ParameterValue, RequestOptionsBase } from "./webResource";
|
||||
export { WebResource, HttpRequestBody, RequestPrepareOptions, HttpMethods, ParameterValue, RequestOptionsBase, TransferProgressEvent } from "./webResource";
|
||||
export { DefaultHttpClient } from "./defaultHttpClient";
|
||||
export { HttpClient } from "./httpClient";
|
||||
export { HttpHeaders } from "./httpHeaders";
|
||||
|
|
Загрузка…
Ссылка в новой задаче