ktor-client-core / io.ktor.client.features / HttpTimeout / <init>

<init>

HttpTimeout(requestTimeoutMillis: Long?, connectTimeoutMillis: Long?, socketTimeoutMillis: Long?)

Client HTTP timeout feature. There are no default values, so default timeouts will be taken from engine configuration or considered as infinite time if engine doesn't provide them.