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
Currently methods like req.accepts and others only have one signature defined in the Request interface. We should support all possible variations like it is in Express.
Currently methods like
req.acceptsand others only have one signature defined in theRequestinterface. We should support all possible variations like it is in Express.