cmgurba
ktor Content-Type need to be passed in OutgoingContent.contentType
zpearce
client.get<HttpResponse>() { contentType(ContentType.Application.Json) //... }
io.ktor.http.UnsafeHeaderException: Header Content-Type is controlled by the engine and cannot be set explicitly
russhwolf
A modern programming language that makes developers happier.