{"id":69403,"library":"jetty-reactive-httpclient","title":"Jetty Reactive HttpClient","description":"Jetty ReactiveStreams HttpClient provides a reactive HTTP client based on Jetty and Reactive Streams.","status":"active","version":"4.1.4","language":"java","source_language":null,"source_url":"https://github.com/jetty-project/jetty-reactive-httpclient","tags":["http","reactive","jetty","client"],"install":[{"cmd":"<dependency>\n  <groupId>org.eclipse.jetty</groupId>\n  <artifactId>jetty-reactive-httpclient</artifactId>\n  <version>4.1.4</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.1.4'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ReactiveHttpClient","correct":"org.eclipse.jetty.reactive.client.ReactiveHttpClient"}],"quickstart":{"code":"import org.eclipse.jetty.reactive.client.ReactiveHttpClient;\nimport org.eclipse.jetty.client.HttpClient;\n\npublic class ReactiveClientExample {\n    public static void main(String[] args) throws Exception {\n        HttpClient httpClient = new HttpClient();\n        httpClient.start();\n        ReactiveHttpClient reactiveClient = ReactiveHttpClient.from(httpClient);\n        reactiveClient.GET(\"http://example.com\").subscribe(response -> {\n            System.out.println(response.getStatus());\n        });\n    }\n}","lang":"java","description":"Make a reactive HTTP GET request."},"warnings":[],"env_vars":null,"search_vec":"'base':12 'client':11,21 'http':10,18 'httpclient':3,6 'jetti':1,4,14,20 'provid':7 'reactiv':2,9,16,19 'reactivestream':5 'stream':17","created_at":"2026-06-17T18:01:29.636081+00:00","updated_at":"2026-06-17T18:01:29.636081+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jetty-project/jetty-reactive-httpclient","github":"https://github.com/jetty-project/jetty-reactive-httpclient","docs":"https://appdoc.app/artifact/org.eclipse.jetty/jetty-reactive-httpclient/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}