Rapture IO Library
(Redirected from Rapture Library)
Jump to navigation
Jump to search
A Rapture IO Library is a Scala-based IO library.
- See: Scala Library.
References
2014
- https://github.com/propensive/rapture-io
- QUOTE: Rapture IO is a general purpose IO library for Scala, providing much of the functionality of java.io and java.net with an idiomatic Scala API.
- http://rapture.io/
- QUOTE: Rapture I/O is a fledgling library for Scala which provides a consistent, intuitive and extensible API for handling common I/O operations, such as sending HTTP requests and streaming data between files, URLs and sockets.
Rapture I/O offers the functionality of java.io, but unifies its features into simpler, more coherent and higher-level concepts, allowing tasks which once took several lines of code to be often accomplished in just one, taking full advantage of Scala's rich syntax.
> val src = (Http / "rapture.io" / "json").slurp[Char]
- QUOTE: Rapture I/O is a fledgling library for Scala which provides a consistent, intuitive and extensible API for handling common I/O operations, such as sending HTTP requests and streaming data between files, URLs and sockets.