Hi community :wave: <This article> writes about ho...
# chucker
v
Hi community 👋 This article writes about how to setup chucker with Ktor. It requires to setup Ktor with OkHttp engine. Is it possible to use Chucker with Ktor CIO engine?
g
nope is not because Chucker is an OkHTTP Based library
v
Ok, thank you. Any known alternatives to Chucker, to recommend, which can be used with CIO?
g
Nope
👌 1
gratitude thank you 1
c
You can use ktor with okhttp though. And in that case chucker just works. That's what I do. I use ktor... but i use okhttp engine because all of my other network stuff on android depends on interceptors.
v
Yes, that is an option, but if ok with not using CIO.