node-oauth2-server
node-oauth2-server copied to clipboard
The object returned by the response.getHeaders() method does not prot…
The object returned by the response.getHeaders() method does not prototypically inherit from the JavaScript Object
https://nodejs.org/api/http.html#http_response_getheaders
So hasOwnproperty may be missing on headers
we fixed it in #564