Registry / http-client / ktor-client-core-iosx64

ktor-client-core-iosx64

JSON →
library3.4.2javamavenunverified

Ktor client core module for iOS x64 platform, enabling HTTP client functionality in Kotlin Multiplatform apps.

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

Creates a Ktor HttpClient for making HTTP requests.

import io.ktor.client.HttpClient fun main() { val client = HttpClient() println("Ktor client created") }
Debug
Known issues
gotchaThis module is platform-specific for iOS x64; ensure your project targets the correct Kotlin/Native platform.
fix
Use the common Ktor client module for cross-platform code.
affects: all
Upgrade
Version history
3.4.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
ktor-client-core-iosx64 — mvn dependency:get ktor-client-core-iosx64 · libregistry