Variable HTTPClientSettings.readTimeout
Timeout during read operations on the underyling transport
class HTTPClientSettings
{
// ...
core .time .Duration readTimeout
= Duration(9223372036854775807L);
// ...
}