setMaxRequestsPerHost abstract method

Future<void> setMaxRequestsPerHost(
  1. int max
)

Sets the maximum number of concurrent HTTP requests per host that the underlying HTTP service may issue.

max must be in the range 1..255.

Implementation

Future<void> setMaxRequestsPerHost(int max);