Hi all, I'm trying to make a POST http request usi...
# kotlin-native
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! Slack Conversation
o
Please avoid cross-posting. Ask on #ktor channel.
👍 1