Registry / http-client / jetty-client

jetty-client

JSON →
library12.1.8javamavenunverified

Jetty Client provides an asynchronous HTTP client and HTTP/1.1 implementation.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-client</artifactId> <version>12.1.8</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-CLIENT
J
jetty-client
http-clientjavav12.1.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpClient
org.eclipse.jetty.client.HttpClient

Creates and starts an HTTP client to perform a GET request.

import org.eclipse.jetty.client.HttpClient; public class Main { public static void main(String[] args) throws Exception { HttpClient client = new HttpClient(); client.start(); client.GET("https://example.com"); client.stop(); } }
Debug
Known issues
breakingJetty Client 12.x requires Java 17+.
fix
Ensure your project uses Java 17 or later.
affects: >=12.0.0
Upgrade
Version history
12.1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
jetty-client — mvn dependency:get jetty-client · libregistry