h

http

HTTP classes. These classes are shared among the HTTP client and the HTTP server.
https://hexagontk.com
MIT
Juanjo Aguililla
Files download
File Operation
http-3.5.3.jar download
http-3.5.3.pom download
http-3.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>http</artifactId>
  <version>3.5.3</version>
</dependency>
Gradle Groovy
implementation 'com.hexagonkt:http:3.5.3'
Gradle Kotlin
implementation("com.hexagonkt:http:3.5.3")
Scala SBT
libraryDependencies += "com.hexagonkt" % "http" % "3.5.3"
Groovy Grape
@Grapes(
  @Grab(group='com.hexagonkt', module='http', version='3.5.3')
)
Apache Ivy
<dependency org="com.hexagonkt" name="http" rev="3.5.3" />
Leiningen
[com.hexagonkt/http "3.5.3"]
Apache Buildr
'com.hexagonkt:http:jar:3.5.3'