implementation("io.ktor:ktor-client-content-negotiation:3.0.3")
Enables automatic content conversion in HTTP clients based on `Content-Type` and `Accept` headers. Supports custom converters for handling various data formats.