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
Right now we get fancy with pretty-casing the headers. It's really nice to see happy "Date", "Content-Type", "Cache-Control", etc. but we'd almost have to special case ones like "Www-Authenticate".
Moreso, not lower casing everything may make us a bit of a poor node.js citizen (though perhaps vice-versa on the browser side?).
The text was updated successfully, but these errors were encountered:
Right now we get fancy with pretty-casing the headers. It's really nice to see happy "Date", "Content-Type", "Cache-Control", etc. but we'd almost have to special case ones like "Www-Authenticate".
Moreso, not lower casing everything may make us a bit of a poor node.js citizen (though perhaps vice-versa on the browser side?).
The text was updated successfully, but these errors were encountered: