Variable HTTPClientSettings.connectTimeout
Timeout for establishing a connection to the server
class HTTPClientSettings
{
// ...
core .time .Duration connectTimeout
= Duration(9223372036854775807L);
// ...
}
Note that this setting is only supported when using the vibe-core
module. If using one of the legacy drivers, any value other than
Duration
will emit a runtime warning and connects without a
specific timeout.