ZioHttpBodyListener

class ZioHttpBodyListener[R] extends BodyListener[[_] =>> RIO[R, _$1], ZStream[Any, Throwable, Byte]]
trait BodyListener[[_] =>> RIO[R, _$1], ZStream[Any, Throwable, Byte]]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def onComplete(body: ZStream[Any, Throwable, Byte])(cb: Try[Unit] => RIO[R, Unit]): RIO[R, ZStream[Any, Throwable, Byte]]
Definition Classes
BodyListener