This commit is contained in:
Kamil Pajdzik 2019-01-25 12:33:30 -08:00
Родитель 8aef86b9f5
Коммит 61795c9c50
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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";
/**