maxConnectionsPerHost property - HttpClient class - dart:io library (original) (raw)
int?maxConnectionsPerHost
getter/setter pair
Gets and sets the maximum number of live connections, to a single host.
Increasing this number may lower performance and take up unwanted system resources.
To disable, set to null
.
Default is null
.
Implementation
int? maxConnectionsPerHost;