зеркало из https://github.com/Azure/ms-rest-js.git
Update http and https imports
This commit is contained in:
Родитель
8aef86b9f5
Коммит
61795c9c50
|
@ -12,8 +12,8 @@ import { RestError } from "./restError";
|
|||
import { WebResource, HttpRequestBody } from "./webResource";
|
||||
import * as tunnel from "tunnel";
|
||||
import { ProxySettings } from "./serviceClient";
|
||||
import http from "http";
|
||||
import https from "https";
|
||||
import * as http from "http";
|
||||
import * as https from "https";
|
||||
import { URLBuilder } from "./url";
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче