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 it possible to add ability to process response through middlewares?
In many cases, I need to handle http status code or reformat the response body, and I'd like to write a middleware for these purposes.