configureConnectionManager

fun configureConnectionManager(block: PoolingAsyncClientConnectionManagerBuilder.() -> Unit)(source)

Configures the AsyncClientConnectionManager used by the Apache5 engine.

We recommend using this function instead of customizeClient { setConnectionManager(...) }, to avoid replacing the Ktor‑managed manager and inadvertently bypass engine settings and timeout mapping.

Report a problem