Skip to content

Http client jetty

Module http_client_jetty

http_client implementation using the Jetty HTTP Client library.

Install the Dependency

1
2
3
4
5
repositories {
    mavenCentral()
}

implementation("com.hexagonkt:http_client_jetty:$hexagonVersion")
1
2
3
4
5
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>http_client_jetty</artifactId>
  <version>$hexagonVersion</version>
</dependency>

Package com.hexagonkt.http.client.jetty

Jetty HTTP client implementation classes.