user23322402
user23322402

Reputation: 1

How fetch the request details from the Request body ifrom RequestHandleMiddleware

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

Answers (0)

Related Questions