content-type-middleware
v1.0.8
Published
Serialize response based on content type header.
Downloads
6
Maintainers
Readme
Quick start
Express
const contentTypeMiddleware = require('content-type-middleware');
// mount middleware
app.use(contentTypeMiddleware());