h

http

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