HTTPClientSettings.connectTimeout

Timeout for establishing a connection to the server

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.max will emit a runtime warning and connects without a specific timeout.

class HTTPClientSettings
Duration connectTimeout;

Meta