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

Function parse

lib/types/urlencoded.js:73–77  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

71 : type
72
73 function parse (body) {
74 return body.length
75 ? queryparse(body)
76 : {}
77 }
78
79 return function urlencodedParser (req, res, next) {
80 if (req._body) {

Callers 2

extendedparserFunction · 0.70
simpleparserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected