I want to extract response that is returned by starlette. I was expecting it to similar to request but it is not instead the response is hidden very deep inside Iterator --> frame --> protected_values --> _frame --> 0 --> "response body i want"
extracting like this doesn't seems correct is there any other solution to this.