Registry / http-client / ktor-client-core

ktor-client-core

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-core</artifactId> <version>3.5.0</version> </dependency>
INSTALL
IMPORT
SIG · KTOR-CLIENT-CORE
K
ktor-client-core
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.

HttpClient
io.ktor.client.HttpClient

Create an HTTP client and make a GET request.

import io.ktor.client.HttpClient import io.ktor.client.request.get import io.ktor.client.statement.bodyAsText suspend fun main() { val client = HttpClient() val response = client.get("https://example.com") println(response.bodyAsText()) 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
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
ktor-client-core — mvn dependency:get ktor-client-core · libregistry