Registry / http-client / ktor-client-okhttp

ktor-client-okhttp

JSON →
library3.5.0javamavenunverified

OkHttp engine for the Ktor HTTP client, enabling asynchronous HTTP requests in Kotlin applications.

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

OkHttp
io.ktor.client.engine.okhttp.OkHttp

Creating a Ktor HTTP client with OkHttp engine.

import io.ktor.client.*; import io.ktor.client.engine.okhttp.*; val client = HttpClient(OkHttp) // use client for requests
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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