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
Hi @bdefore , we rely on the Node.js HTTP API and they do not provide any API (that's not private) to access the headers on the response object (https://nodejs.org/api/http.html#http_class_http_serverresponse). I don't think we have res.headers or res._headers in our documentation, unless I'm' mistaken somehow :)
Node.js is currently considering adding an API for this (that's not private) over at nodejs/node#1873 if you want to chime in :)
is it expected behavior that
res.headers
does not show current state? even chaining middleware has the problem.The text was updated successfully, but these errors were encountered: