Added proxy support (#1260)
This commit is contained in:
committed by
GitHub
parent
629894adba
commit
26238634a7
1
index.d.ts
vendored
1
index.d.ts
vendored
@ -107,6 +107,7 @@ interface ClientOptions {
|
||||
name?: string | symbol;
|
||||
auth?: BasicAuth | ApiKeyAuth;
|
||||
context?: Context;
|
||||
proxy?: string | URL;
|
||||
cloud?: {
|
||||
id: string;
|
||||
// TODO: remove username and password here in 8
|
||||
|
||||
Reference in New Issue
Block a user