Registry / http-client / finagle-httpx-2-11

finagle-httpx-2-11

JSON →
library6.29.0javamavenunverified

Finagle HTTPX is an extension of Finagle HTTP for Scala 2.11, providing additional HTTP utilities.

<dependency> <groupId>com.twitter</groupId> <artifactId>finagle-httpx_2.11</artifactId> <version>6.29.0</version> </dependency>
INSTALL
IMPORT
SIG · FINAGLE-HTTPX-2-11
F
finagle-httpx-2-11
http-clientjavav6.29.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.

Request
com.twitter.finagle.httpx.Request

Create an HTTPX request object.

import com.twitter.finagle.httpx.Request; public class Example { public static void main(String[] args) { Request req = Request.apply("/path"); System.out.println(req.uri()); } }
Debug
Known issues
breakingThis library is for Scala 2.11 only; may not be compatible with Scala 2.12+ or Java-only projects.
fix
Use finagle-http for Scala 2.12+ or finagle-httpx for Scala 2.11 specifically.
affects: <=6.29.0
Upgrade
Version history
6.29.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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