🐛 Handle Wise SCA requests (#2734)

This commit is contained in:
pemontto
2022-03-06 10:41:01 +00:00
committed by GitHub
parent fbdb5eb0fa
commit f350b9e1c0
5 changed files with 95 additions and 15 deletions

View File

@@ -420,6 +420,7 @@ export interface IHttpRequestOptions {
encoding?: 'arraybuffer' | 'blob' | 'document' | 'json' | 'text' | 'stream';
skipSslCertificateValidation?: boolean;
returnFullResponse?: boolean;
ignoreHttpStatusErrors?: boolean;
proxy?: {
host: string;
port: number;