Skip to content
Mathias edited this page Jul 26, 2011 · 9 revisions

spray-client is a thin Scala wrapper around the [Sonatype Async HTTP Client[], formerly known as the "Ning Async HTTP Client" or "AHC".

spray-client provides an adapter layer which

  • exposes the spray-http immutable HTTP model classes rather than the mutable AHC counterparts
  • uses Scala 2.8+ default parameters for easy configuration rather than AHCs builder pattern
  • returns Akka Future instances rather than the standard Java ones returned by AHC

For more documentation take a look at the spray-client [API docs][].

https://github.com/sonatype/async-http-client

Clone this wiki locally