express-resource icon indicating copy to clipboard operation
express-resource copied to clipboard

`req.format` should be compatible with Express's `res.format` method

Open vjpr opened this issue 12 years ago • 0 comments

Express allows res.format to route a request based upon Accept header.

However express-resource sets req.format which has to be checked separately.

vjpr avatar Sep 30 '13 10:09 vjpr