h

http_client

HTTP client supporting SSL, cookies, WebSockets, and HTTP/2. Requires an adapter to be used.
https://hexagonkt.com
MIT
Juanjo Aguililla
Files download
File Operation
http_client-3.4.7.jar download
http_client-3.4.7.pom download
http_client-3.4.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>http_client</artifactId>
  <version>3.4.7</version>
</dependency>
Gradle Groovy
implementation 'com.hexagonkt:http_client:3.4.7'
Gradle Kotlin
implementation("com.hexagonkt:http_client:3.4.7")
Scala SBT
libraryDependencies += "com.hexagonkt" % "http_client" % "3.4.7"
Groovy Grape
@Grapes(
  @Grab(group='com.hexagonkt', module='http_client', version='3.4.7')
)
Apache Ivy
<dependency org="com.hexagonkt" name="http_client" rev="3.4.7" />
Leiningen
[com.hexagonkt/http_client "3.4.7"]
Apache Buildr
'com.hexagonkt:http_client:jar:3.4.7'