:question: Does anybody invoke client's `HttpSend....
# ktor
c
Does anybody invoke client's
HttpSend.intercept
function? We are going to break it's signature (only source compatibility, not binary) in 1.3.1 so want to know if anybody cares?
r
Looks like I do
In an AuthFeature I made a long time ago. Not sure if I could easily replace that with the built in thing now that it exists/works (it didn’t)
🙏 1