Registry / auth / http-auth-aws-jvm

http-auth-aws-jvm

JSON →
library1.6.10javamavenunverified

AWS-related HTTP authentication APIs for the Smithy Kotlin SDK on the JVM platform.

<dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>http-auth-aws-jvm</artifactId> <version>1.6.10</version> </dependency>
INSTALL
IMPORT
SIG · HTTP-AUTH-AWS-JVM
H
http-auth-aws-jvm
authjavav1.6.10
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.

AwsHttpSigner
aws.smithy.kotlin.http.auth.AwsHttpSigner

Minimal example of signing an HTTP request with AWS credentials.

import aws.smithy.kotlin.http.auth.AwsHttpSigner import aws.smithy.kotlin.http.request.HttpRequest fun main() { val request = HttpRequest.Builder().url("https://example.com").build() val signedRequest = AwsHttpSigner.sign(request) println(signedRequest) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
http-auth-aws-jvm — mvn dependency:get http-auth-aws-jvm · libregistry