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
It would be nice to add types so that the following would work.
// Accepts: application/hal+jsonconstaccept=accepts(req);switch(accept.type(['json','html'])){case'json':
// would match both application/json and application/hal+jsondefault:
// }