Currently this library does not provide a way to produce a response with HttpEntity.Chunked, which requires a Source[ByteString, Any].
Implementation needs these steps:
- New sbt module and a new published artifact, which depends on
zio-streams.
ZStream to Source conversions. Two ways to approach this.
Currently this library does not provide a way to produce a response with
HttpEntity.Chunked, which requires aSource[ByteString, Any].Implementation needs these steps:
zio-streams.ZStreamtoSourceconversions. Two ways to approach this.