Hi, is there a way that we can send a http POST re...
# ktor
r
Hi, is there a way that we can send a http POST request without a body? I always get io.ktor.client.features.ClientRequestException: Client request invalid: 411 Length Required. I tried specifying length in a header filed and it didn't work, only by adding a dummy body to the request will it work.