Registry / http-client / http-client-jvm

http-client-jvm

JSON →
library1.6.14javamavenunverified

HTTP client abstractions for the Smithy Kotlin SDK.

<dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>http-client-jvm</artifactId> <version>1.6.14</version> </dependency>
INSTALL
IMPORT
SIG · HTTP-CLIENT-JVM
H
http-client-jvm
http-clientjavav1.6.14
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
aws.smithy.kotlin.http.HttpClient

Make an HTTP request using the Smithy Kotlin HTTP client.

import aws.smithy.kotlin.http.HttpClient; import aws.smithy.kotlin.http.HttpRequest; suspend fun example() { val client = HttpClient(); val response = client.call(HttpRequest { url("https://example.com") }); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.14latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
http-client-jvm — mvn dependency:get http-client-jvm · libregistry