mirror of
https://github.com/actions/http-client.git
synced 2025-02-25 00:52:46 +00:00
.
This commit is contained in:
parent
d745dd984c
commit
b9d808c3db
@ -46,10 +46,3 @@ export interface IRequestOptions {
|
||||
allowRetries?: boolean;
|
||||
maxRetries?: number;
|
||||
}
|
||||
|
||||
export interface IProxySettings {
|
||||
readonly proxyUrl: string
|
||||
readonly bypass: string[]
|
||||
|
||||
getProxyUrl(serverUrl): string
|
||||
}
|
Loading…
Reference in New Issue
Block a user