Reputation: 1
I am trying the fetch the MappingInputRequest
details from the RequestHandlerMiddleware
.
Tried with val req= request.body.asStream
which converts into ZStream[Any,thowable,Byte]
.
On top of that I tried with runCollect
and flatmap
.
Upvotes: 0
Views: 42