Any Advice on that? Аt this moment I see only one...
# ktor
a
Any Advice on that? Аt this moment I see only one way, is to define intercepter on okhttp level which is used as an engine for ktor on android side. And do it somehow similar on iOS. But this is not the way I’m looking for. Want to implement it once on multiplatform level. Does anyone solves this problem and could advice right direction to dig into?
1
c
What a shame we don't provide it... I would try to intercept the send pipeline and late phases at wrap outgoingContent somehow to publish progress.