http_client_jetty

http_client.md implementation using the Jetty HTTP Client library.

️⚠️ Warning

WebSockets are not supported on GraalVM native images at the moment.

Install the Dependency

=== "build.gradle"

```groovy
implementation("com.hexagontk.http:http_client_jetty:$hexagonVersion")
```

=== "pom.xml"

```xml
com.hexagontk.httphttp_client_jetty$hexagonVersion
```

For WebSockets support, import also:

=== "build.gradle"

```groovy
implementation("org.eclipse.jetty.websocket:jetty-websocket-jetty-client:$jettyVersion")
```

=== "pom.xml"

```xml
org.eclipse.jetty.websocketjetty-websocket-jetty-client$jettyVersion
```

Packages

Link copied to clipboard

Jetty HTTP client implementation classes.

Link copied to clipboard

Jetty HTTP client implementation classes (with WebSockets support).