[Backport 7.x] Add ability to disable the http agent (#1258)
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
581b0f3a35
commit
e864c1db99
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -83,7 +83,7 @@ interface ClientOptions {
|
||||
suggestCompression?: boolean;
|
||||
compression?: 'gzip';
|
||||
ssl?: TlsConnectionOptions;
|
||||
agent?: AgentOptions | agentFn;
|
||||
agent?: AgentOptions | agentFn | false;
|
||||
nodeFilter?: nodeFilterFn;
|
||||
nodeSelector?: nodeSelectorFn | string;
|
||||
headers?: Record<string, any>;
|
||||
|
||||
Reference in New Issue
Block a user