@hackage blaze-builder-enumerator0.2.1.0
Enumeratees for the incremental conversion of builders to bytestrings.
Categories
License
BSD-3-Clause
Maintainer
Simon Meier <iridcode@gmail.com>
Links
Versions
Installation
Dependencies (7)
- base >=4 && <5
- blaze-builder >=0.2.1.4 && <0.4
- bytestring >=0.9 && <0.11
- bytestring-builder >=0.10.4 && <0.11
- enumerator >=0.4.3.1 && <0.5
- streaming-commons >=0.1.10 && <0.2 Show all…
Dependents (13)
@hackage/warp, @hackage/wai-extra, @hackage/snap-server, @hackage/snap-core, @hackage/websockets, @hackage/json-enumerator, Show all…
Package Flags
newbuilder
(on by default)
Use bytestring-builder instead of blaze-builder <0.3
This package integrates the builders from the blaze-builder package with the enumerator package. It provides infrastructure and enumeratees for incrementally executing builders and pass the filled chunks to a bytestring iteratee.