Spray
Scala libraries for building and consuming RESTful web services
Spray is a suite of Scala libraries built on top of Akka for building and consuming RESTful web services. It supports asynchronous, non-blocking, actor-based HTTP server and client implementations. Spray is designed to be lightweight, testable, composable, and efficient for high throughput web services. It provides routing DSLs, HTTP message abstractions, caching, client and server functionality, streaming, and integration with servlet containers. The project is now archived (read‐only) and has...