Optional
keepWhether to keep the connection alive for future requests. This is generally recommended for better performance.
Defaults to true.
true
Optional
keepThe delay (in milliseconds) before keep-alive probing.
Defaults to 1000ms.
1000
Optional
maxMaximum number of lingering sockets, waiting to be re-used for new requests.
Defaults to Infinity.
Infinity
Optional
maxMaximum number of sockets to allow per origin.
Defaults to 256.
256
The options available for the DataAPIClient related to making HTTP/1.1 requests.