I spent some time learning about the Ktor HTTP client recently, porting the HttpBinClient and HttpBinApi to the Ktor HTTP client as a learning exercise for myself.
In the process I was happy to find that Chucker works perfectly with the Ktor HTTP client when configured to use the OkHttp engine -
I spent some time learning about the Ktor HTTP client recently, porting the
HttpBinClient
andHttpBinApi
to the Ktor HTTP client as a learning exercise for myself.In the process I was happy to find that Chucker works perfectly with the Ktor HTTP client when configured to use the
OkHttp
engine -👍 Great work all!