http_client_jetty_ws
http_client implementation using the Jetty HTTP Client library (adding WS support).
️⚠️ Warning
WebSockets are not supported on GraalVM native images at the moment.
Install the Dependency
=== "build.gradle"
```groovy
repositories {
mavenCentral()
}
implementation("com.hexagonkt:http_client_jetty_ws:$hexagonVersion")
```
Content copied to clipboard
=== "pom.xml"
```xml
com.hexagonkt http_client_jetty_ws $hexagonVersion
```
Content copied to clipboard