You can provide your custom underlying client with...
# http4k
s
You can provide your custom underlying client with special config:
Copy code
val client = OkHttp(OkHttpClient.Builder().callTimeout(100, TimeUnit.SECONDS).build())