KeepAliveOptions interface
Keep Alive Options for how HTTP connections.
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