UNPKG

81 BJavaScriptView Raw
1module.exports = function extractRawBody (req, res, buf) {
2 req.rawBody = buf
3}