Eivind
10/10/2022, 10:32 AMaHttpClient.plugin(HttpSend).intercept { request -> .... }
val newHttpClinet = aHttpClient.config { .... }
Aleksei Tirman [JB]
10/10/2022, 2:45 PMHttpSend
plugin and interceptors for the client’s pipelines aren’t copied because they aren’t part of the configuration. So yes, you have to write a plugin to copy interceptors for a new client.