Registry / networking / finagle-http-2-11

finagle-http-2-11

JSON →
library21.2.0javamavenunverified

Finagle HTTP is a protocol-agnostic RPC system for the JVM that provides HTTP client and server functionality.

<dependency> <groupId>com.twitter</groupId> <artifactId>finagle-http_2.11</artifactId> <version>21.2.0</version> </dependency>
INSTALL
IMPORT
SIG · FINAGLE-HTTP-2-11
F
finagle-http-2-11
networkingjavav21.2.0
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.

Http
com.twitter.finagle.Http

Minimal HTTP server and client using Finagle.

import com.twitter.finagle.Http; import com.twitter.util.Await; public class FinagleHttpExample { public static void main(String[] args) throws Exception { Http.server().serve(":8080", req -> { return req.response().ok("Hello, World!"); }); Await.ready(Http.client().newService("localhost:8080")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
21.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
Resources
finagle-http-2-11 — mvn dependency:get finagle-http-2-11 · libregistry