Skip to content

Commit 4477e1b

Browse files
Danny McCormickstephenmichaelf
authored andcommitted
Add more requestOptions for typed-rest-client (#316)
1 parent 02e92e0 commit 4477e1b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

api/interfaces/common/VsoBaseInterfaces.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ export interface IRequestOptions {
9191
cert?: ICertConfiguration;
9292
allowRetries?: boolean;
9393
maxRetries?: number;
94+
allowRedirects?: boolean;
95+
maxRedirects?: number;
96+
presignedUrlPatterns?: RegExp[];
9497
}
9598

9699
export interface IProxyConfiguration {
@@ -105,4 +108,4 @@ export interface ICertConfiguration {
105108
certFile?: string;
106109
keyFile?: string;
107110
passphrase?: string;
108-
}
111+
}

0 commit comments

Comments
 (0)