Registry / http-client / ktor-client-cio-jvm

ktor-client-cio-jvm

JSON →
library3.4.2javamavenunverified

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.

<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-jvm</artifactId> <version>3.4.2</version> </dependency>
INSTALL
IMPORT
SIG · KTOR-CLIENT-CIO-JV
K
ktor-client-cio-jvm
http-clientjavav3.4.2
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.

CIO
io.ktor.client.engine.cio.CIO

Creates an HTTP client using the CIO engine and makes a GET request.

import io.ktor.client.* import io.ktor.client.engine.cio.* import io.ktor.client.request.* import io.ktor.client.statement.* suspend fun main() { val client = HttpClient(CIO) val response: HttpResponse = client.get("https://example.com") println(response.bodyAsText()) client.close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
ktor-client-cio-jvm — mvn dependency:get ktor-client-cio-jvm · libregistry