h

http_client

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