body-parser
Request parser
Middleware to parse incoming request bodies in Node.js web applications.
Node.js body parsing middleware
5k stars
94 watching
728 forks
Language: JavaScript
last commit: 14 days ago bodyexpressjsjavascriptjsonmiddlewarenodejsparserurlencoded
Related projects:
Repository | Description | Stars |
---|---|---|
thinkjs/think-payload | A middleware solution for parsing request bodies in ThinkJS 3.0 applications | 6 |
tinyhttp/milliparsec | A lightweight HTTP body parser for Node.js with support for multiple formats and Express integration. | 170 |
expressjs/compression | A Node.js middleware that enables compression of HTTP responses. | 2,772 |
node-fetch/node-fetch | A module that enables a standard HTTP client API on Node.js | 8,782 |
koajs/bodyparser | Middleware for parsing request bodies in Koa applications | 1,311 |
koajs/body-parsers | A collection of body parsers for Koa.js applications. | 39 |
node-formidable/formidable | A module for parsing multipart form data, especially file uploads in Node.js applications. | 7,055 |
expressjs/morgan | A middleware that logs HTTP requests and responses in various formats. | 7,955 |
senchalabs/connect | A framework for building HTTP servers with modular, extensible middleware architecture | 9,832 |
expressjs/express | A minimalist web framework for building HTTP servers with high performance and flexibility. | 65,700 |
sindresorhus/got | A powerful HTTP client library for Node.js that provides a human-friendly and flexible way to make requests. | 14,301 |
expressjs/serve-favicon | Middleware to serve a favicon from a given path or buffer. | 619 |
natlabs/http-parser.mo | An HTTP request parser for parsing URL, search query, headers and form data. | 10 |
learning-zone/nodejs-basics | Provides an introduction to building server-side applications with JavaScript using Node.js | 3,066 |
hagopj13/node-express-boilerplate | A boilerplate project for quickly building RESTful APIs using Node.js and Express. | 6,976 |