Ross ROSS = Recommend OSS · open-source software intelligence for agents

expressjs/body-parser

Node.js body parsing middleware observed · 2026-08-28

github.com/expressjs/body-parser · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 99
  • Release rhythm 80
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 44
  • age_days: 4622
  • days_rel: 55
  • days_push: 11
  • n_releases_24m: 12

Full methodology

Adoption not part of the score

5500 stars · 763 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Node.js body parsing middleware for Express and Connect that parses incoming HTTP request bodies and populates req.body. It provides JSON, raw, text, and URL-encoded form parsers with automatic gzip, brotli, deflate, and zstd inflation.

Use cases

  • parse json request bodies in express
  • handle urlencoded form submissions in node.js
  • populate req.body from http requests
  • decompress gzip request bodies in express middleware
  • parse raw or text request bodies in node.js

When to choose

  • you use Express or Connect and need to parse JSON or URL-encoded request bodies
  • you need automatic decompression of compressed request bodies
  • you want a battle-tested, standard body parsing middleware

When to avoid

  • you need multipart/form-data or file uploads - use multer or busboy instead
  • you use a framework that already includes body parsing
  • you are not on a Node.js HTTP server stack

Facets

library · maturity stable

middleware parser http-server serialization web-development backend apis express body-parsing json urlencoded request-body http nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
expressjs/body-parsermain93

For agents

markdown · JSON · MCP: product_card(name="expressjs/body-parser")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem