We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fe3c7 commit 8b5d82bCopy full SHA for 8b5d82b
src/https.common.ts
@@ -53,6 +53,8 @@ export interface HttpsResponse {
53
statusCode?: number;
54
content?: any;
55
reason?: string;
56
+ description?: string;
57
+ url?: string;
58
reject?: boolean;
59
failure?: any;
60
}
0 commit comments