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")
```

=== "pom.xml"

```xml
com.hexagonkthttp_client_jetty_ws$hexagonVersion
```

Packages

Link copied to clipboard