This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
0.4.0
- BREAKING
readAs<Bytes|String>
to return aStream
andFuture
instead- This is due to the potentially streaming nature of network and file i/o
- For example, HTTP servers commonly send chunked responses
- Added
readAsBytesAll
to auto-concatenate buffers together - Fix various strong-mode warnings