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
I have a use case where I need a list of all currently set headers. This is possible with the unofficial res._headers property. It would be great if there would be an official way to get this information.
Maybe the response object could be extended with this: res.getHeaders();
This would then return a copy of the currently set headers.