You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes. Recently I had the usecase to return code 204 ("No Content") in a route for listing products and I had no choice than putting it in the envelope, so the application knows that the status code of the response.
Describe the solution you'd like
A property called StatusCode in response.Response would be awesome.