implementation("io.ktor:ktor-server-content-negotiation:3.3.0")
Facilitates automatic content conversion in web applications by negotiating media types via `Accept` and `Content-Type` headers, supporting formats like JSON, XML, CBOR, and ProtoBuf.