implementation("io.ktor:ktor-server-content-negotiation:3.4.1")
Facilitates media type negotiation and content serialization/deserialization using `Accept` and `Content-Type` headers, supporting formats like JSON, XML, CBOR, and ProtoBuf.