Registry / http-client / spray-client

spray-client

JSON →
library1.3.1javamavenunverified

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

<dependency> <groupId>io.spray</groupId> <artifactId>spray-client</artifactId> <version>1.3.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRAY-CLIENT
S
spray-client
http-clientjavav1.3.1
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

Sends an HTTP GET request using the spray-client pipeline.

import spray.client.pipelining._; import akka.actor.ActorSystem; import akka.io.IO; import spray.can.Http; implicit val system = ActorSystem(); val pipeline = sendReceive; val response = pipeline(Get("http://example.com"))
Debug
Known issues
breakingSpray is deprecated in favor of Akka HTTP.
fix
Migrate to Akka HTTP for continued support and updates.
affects: >=1.3.0
Upgrade
Version history
1.3.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
spray-client — mvn dependency:get spray-client · libregistry