Registry / networking / finagle-http-2-12

finagle-http-2-12

JSON →
library24.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.12</artifactId> <version>24.2.0</version> </dependency>
INSTALL
IMPORT
SIG · FINAGLE-HTTP-2-12
F
finagle-http-2-12
networkingjavav24.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
breakingFinagle 24.x requires Scala 2.12; ensure your project uses the correct Scala version.
fix
Use the finagle-http_2.13 artifact for Scala 2.13 compatibility.
affects: >=24.0.0
Upgrade
Version history
24.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
Resources
finagle-http-2-12 — mvn dependency:get finagle-http-2-12 · libregistry