h

http

HTTP core for Smithy clients and services generated by smithy-kotlin
https://github.com/awslabs/smithy-kotlin
The Apache License, Version 2.0
AWS SDK Kotlin Team
Files download
File Operation
http-0.21.1.jar download
http-0.21.1.pom download
http-0.21.1-sources.jar download
Apache Maven
<dependency>
  <groupId>aws.smithy.kotlin</groupId>
  <artifactId>http</artifactId>
  <version>0.21.1</version>
</dependency>
Gradle Groovy
implementation 'aws.smithy.kotlin:http:0.21.1'
Gradle Kotlin
implementation("aws.smithy.kotlin:http:0.21.1")
Scala SBT
libraryDependencies += "aws.smithy.kotlin" % "http" % "0.21.1"
Groovy Grape
@Grapes(
  @Grab(group='aws.smithy.kotlin', module='http', version='0.21.1')
)
Apache Ivy
<dependency org="aws.smithy.kotlin" name="http" rev="0.21.1" />
Leiningen
[aws.smithy.kotlin/http "0.21.1"]
Apache Buildr
'aws.smithy.kotlin:http:jar:0.21.1'