I can, it’s just if you add more things to ```defa...
# http4k
d
I can, it’s just if you add more things to
Copy code
defaultOkHttpClient() = OkHttpClient.Builder()
    .followRedirects(false)
    .build()