How can I set interceptors on the ktor client so t...
# ktor
r
How can I set interceptors on the ktor client so that they’re kept when using
fun config(block: HttpClientConfig<*>.() -> Unit): HttpClient
? Do I need to create a feature?
Looks like it works.