CodeBrowser / npm / body-parser
body-parser@2.3.0
// Node.js body parsing middleware
$ npm install body-parser
downloads/wk
117,487,581
license
MIT
version
2.3.0
published
Jun 15, 2026
What is body-parser?
Body-parser is Node.js middleware that parses incoming request bodies and makes the data available as JavaScript objects on the request object. Developers use it to automatically extract and deserialize data from HTTP requests (JSON, form data, etc.) so they can work with structured data in their route handlers instead of raw streams.
Maintainers
dougwilson, ulisesgascon, jonchurch, wesleytodd