How fetch the request details from the Request body ifrom RequestHandleMiddleware

42 Views Asked by At

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.

0

There are 0 best solutions below