Registry / http-client / ktor-client-content-negotiation-jvm

ktor-client-content-negotiation-jvm

JSON →
library3.5.0javamavenunverified

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort; this module provides content negotiation support for the Ktor HTTP client on JVM.

<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-jvm</artifactId> <version>3.5.0</version> </dependency>
INSTALL
IMPORT
SIG · KTOR-CLIENT-CONTEN
K
ktor-client-content-negotiation-jvm
http-clientjavav3.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ContentNegotiation
io.ktor.client.plugins.contentnegotiation.ContentNegotiation

Minimal Kotlin snippet showing how to install ContentNegotiation plugin on a Ktor HTTP client.

import io.ktor.client.plugins.contentnegotiation.ContentNegotiation import io.ktor.client.HttpClient fun main() { val client = HttpClient { install(ContentNegotiation) } }
Debug
Known issues
breakingVersion 3.5.0 may have breaking changes from earlier versions; check migration guides.
fix
Review the Ktor changelog for breaking changes between versions.
affects: >=3.0.0
Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
2
Resources
ktor-client-content-negotiation-jvm — mvn dependency:get ktor-client-content-negotiation-jvm · libregistry