Hello i've tried to implement http call with ktor in mmp project using this link https://ktor.io/clients/http-client/multiplatform.html, i can get the result but i have no idea how to get the status code, anyone else tried this solution?
u
uzzu
04/02/2019, 12:27 PM
Create transform response pipeline to wrapped HttpResponse data class.