KeepAliveOptions interface
Options for how HTTP connections should be maintained for future requests.
Properties
enable | When true, connections will be kept alive for multiple requests. Defaults to true. |
Property Details
enable
When true, connections will be kept alive for multiple requests. Defaults to true.
enable: boolean
Property Value
boolean