We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e701380 commit 896c87aCopy full SHA for 896c87a
README.md
@@ -8,6 +8,11 @@
8
9
Node.js body parsing middleware.
10
11
+Parse incoming request bodies in a middleware before your handlers, availabe
12
+under the `req.body` property.
13
+
14
+[Learn about the anatomy of an HTTP transaction in Node.js](https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction/).
15
16
_This does not handle multipart bodies_, due to their complex and typically
17
large nature. For multipart bodies, you may be interested in the following
18
modules:
0 commit comments