We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e92e0 commit 4477e1bCopy full SHA for 4477e1b
1 file changed
api/interfaces/common/VsoBaseInterfaces.ts
@@ -91,6 +91,9 @@ export interface IRequestOptions {
91
cert?: ICertConfiguration;
92
allowRetries?: boolean;
93
maxRetries?: number;
94
+ allowRedirects?: boolean;
95
+ maxRedirects?: number;
96
+ presignedUrlPatterns?: RegExp[];
97
}
98
99
export interface IProxyConfiguration {
@@ -105,4 +108,4 @@ export interface ICertConfiguration {
105
108
certFile?: string;
106
109
keyFile?: string;
107
110
passphrase?: string;
-}
111
+}
0 commit comments