MCPcopy Create free account
hub / github.com/expressjs/body-parser / parse

Function parse

lib/types/raw.js:51–53  ·  view source on GitHub ↗
(buf)

Source from the content-addressed store, hash-verified

49 : type
50
51 function parse (buf) {
52 return buf
53 }
54
55 return function rawParser (req, res, next) {
56 if (req._body) {

Callers 1

readFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected