Hi all, I'm trying to make a POST http request usi...
# ktor
m
Hi all, I'm trying to make a POST http request using
ktor
, I followed a tutorial that how to make a GET, but I feel like I'm missing something fundamental for the POST. This is the error I'm getting:
kotlin.String cannot be cast to io.ktor.client.call.HttpClientCall
any ideas or tutorial I could follow. Thanks in advance! Thread in #multiplatform
c
This is only available in the latest beta, no stable release containing this fix
m
I stringyfied my data class to send in a POST request, that’s why I encountered this bug. Is there another way to do a POST request? or is this bug preventing post requets all together? Thanks in advance