Registry / http-client / ktor-client-core-mingwx64

ktor-client-core-mingwx64

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

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 suspend fun main() { val client = HttpClient() val response = client.get("https://example.com") println(response) }
Debug
Known issues
breakingKtor 3.x has breaking changes from 2.x, especially in client configuration.
fix
Refer to the migration guide: https://ktor.io/docs/migrating-3.html
affects: >=3.0.0
Upgrade
Version history
3.4.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
ktor-client-core-mingwx64 — mvn dependency:get ktor-client-core-mingwx64 · libregistry