connect-acceptoverride
v0.0.3
Published
Override `Accept` header if URL ends with .json or .xml
Downloads
12
Maintainers
Readme
Will change the request's Accept
header to application/json
if the
URL ends with .json
, or to application/xml
if the URL ends with .xml
.
Install
npm install connect-acceptoverride
Usage
var acceptOverride = require('connect-acceptoverride');
app.use(acceptOverride());