Ktor client plugin for automatic content negotiation (JSON, XML, etc.) in HTTP requests and responses.
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-content-negotiation</artifactId>
<version>3.4.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures JSON content negotiation on a Ktor client.
Add kotlin-stdlib and kotlinx-serialization-json dependencies.
No dependency data recorded yet.