Registry / http-client / ktor-client-cio

ktor-client-cio

JSON →
library3.5.0javamavenunverified

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

<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio</artifactId> <version>3.5.0</version> </dependency>
INSTALL
IMPORT
SIG · KTOR-CLIENT-CIO
K
ktor-client-cio
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.

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.* suspend fun main() { val client = HttpClient(CIO) val response = client.get("https://example.com") println(response.status) client.close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
ktor-client-cio — mvn dependency:get ktor-client-cio · libregistry