UNPKG

@azure/core-http-compat

Version:

Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.

11 lines 275 B
/** * Keep Alive Options for how HTTP connections. */ export interface KeepAliveOptions { /** * When true, connections will be kept alive for multiple requests. * Defaults to true. */ enable?: boolean; } //# sourceMappingURL=keepAliveOptions.d.ts.map