Registry / http-client / ktor-client-core-js

ktor-client-core-js

JSON →
library3.4.1javamavenunverified

Core client module for Ktor, a Kotlin framework for building web applications, targeting JavaScript.

<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-js</artifactId> <version>3.4.1</version> </dependency>
INSTALL
IMPORT
SIG · KTOR-CLIENT-CORE-J
K
ktor-client-core-js
http-clientjavav3.4.1
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 an HTTP client and makes a GET request.

import io.ktor.client.HttpClient; public class Example { public static void main(String[] args) { HttpClient client = new HttpClient(); client.get("https://example.com"); } }
Debug
Known issues
breakingKtor Client JS has different APIs compared to JVM; ensure you use the correct platform-specific imports.
fix
Use ktor-client-core-js for JavaScript targets; for JVM use ktor-client-core-jvm.
affects: 3.4.1
Upgrade
Version history
3.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
ktor-client-core-js — mvn dependency:get ktor-client-core-js · libregistry