An HTTP client engine for Ktor based on Apache HttpClient, enabling asynchronous HTTP requests in Kotlin applications.
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-apache</artifactId>
<version>3.4.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an HTTP client and performs a GET request.
Add kotlinx-coroutines-core dependency and use a coroutine scope (e.g., runBlocking).
No dependency data recorded yet.