update packages

This commit is contained in:
Opportunity
2021-05-11 11:45:17 +08:00
Unverified
parent 0bc1cb1951
commit 86cca3257c
43 changed files with 3451 additions and 1758 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
/// <reference types="node" />
import http = require('http');
import url = require('url');
export interface IHeaders {
[key: string]: any;
}
@@ -27,7 +26,7 @@ export interface IHttpClientResponse {
}
export interface IRequestInfo {
options: http.RequestOptions;
parsedUrl: url.Url;
parsedUrl: URL;
httpModule: any;
}
export interface IRequestOptions {