Inspect Ktor’s network traffic on Android with Chucker
When you are working on an application interacting with a backend, you will surely need to know if all your requests are executed correctly, in case of an error, you will need to know the request as well as the server response in order to debug.
For ...
yveskalume.dev3 min read
Nazarii Moshenskyi
We use it on our project. And the most beautiful thing in Chucker is that you can copy a cURL of failed request and send it to your backend team. Much faster than setting up Charles Proxy or some similar tools