Skip to content

Commit 896c87a

Browse files
Timokassedougwilson
authored andcommitted
docs: expand a bit on what body is being parsed
closes #180
1 parent e701380 commit 896c87a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
Node.js body parsing middleware.
1010

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+
1116
_This does not handle multipart bodies_, due to their complex and typically
1217
large nature. For multipart bodies, you may be interested in the following
1318
modules:

0 commit comments

Comments
 (0)