h

http

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