'Intercepting requests with ktor 2 client
Ktor 2 seems to have made it easier to implement server plugins, but they don't mention client plugins at all in their documentation (as far as I can see). What is the easiest way to intercept a http request+response in the ktor2 client that allows me to store a bit of state when the request is made and access that state when the response is available?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
