Registry / http-client / spray-client-2-11

spray-client-2-11

JSON →
library1.3.4javamavenunverified

A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka.

<dependency> <groupId>io.spray</groupId> <artifactId>spray-client_2.11</artifactId> <version>1.3.4</version> </dependency>
INSTALL
IMPORT
SIG · SPRAY-CLIENT-2-11
S
spray-client-2-11
http-clientjavav1.3.4
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.

sendReceive
spray.client.pipelining.sendReceive

Send an HTTP GET request using Spray client pipeline.

import spray.client.pipelining._ import akka.actor.ActorSystem import scala.concurrent.Future implicit val system = ActorSystem() import system.dispatcher val pipeline: HttpRequest => Future[HttpResponse] = sendReceive pipeline(Get("http://example.com")).foreach(println)
Debug
Known issues
breakingSpray is deprecated in favor of Akka HTTP; consider migrating.
fix
Replace spray-client with akka-http.
affects: >=1.3.0
Upgrade
Version history
1.3.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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