clientBuilder

val clientBuilder: OkHttpClient.Builder(source)

OkHttpClient.Builder to use when building the library's internal OkHttpClient.

This is aimed at using the library inside a full Kotlin project. Allows the internal client to share resources such as thread pools with another OkHttpClient. See OkHttpClient for all that is shared.

The default is to share resources only within the library, i.e. multiple Config() with the default clientBuilder will already share resources.