Registry / networking / reactor-netty-http

reactor-netty-http

JSON →
library1.3.6javamavenunverified

HTTP functionality for the Reactor Netty library.

<dependency> <groupId>io.projectreactor.netty</groupId> <artifactId>reactor-netty-http</artifactId> <version>1.3.6</version> </dependency>
INSTALL
IMPORT
SIG · REACTOR-NETTY-HTTP
R
reactor-netty-http
networkingjavav1.3.6
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
reactor.netty.http.client.HttpClient

Creates an HTTP client and makes a GET request.

import reactor.netty.http.client.HttpClient; public class Example { public static void main(String[] args) { HttpClient client = HttpClient.create(); client.get().uri("http://example.com").response().block(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
reactor-netty-http — mvn dependency:get reactor-netty-http · libregistry