Vivek Modi
ContentNegotiation
Aleksei Tirman [JB]
Content-Type
Marko Novakovic
implementation("io.ktor:ktor-client-content-negotiation:2.0.0")
import io.ktor.client.plugins.contentnegotiation.*
install(ContentNegotiation) { json( Json { ... } ) }
A modern programming language that makes developers happier.