Skip to content

Commit 07def41

Browse files
Shawn DellyssePhillip9587
authored andcommitted
removed items from README
1 parent eb881ef commit 07def41

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,6 @@ The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`
173173
where `buf` is a `Buffer` of the raw request body and `encoding` is the
174174
encoding of the request. The parsing can be aborted by throwing an error.
175175

176-
##### parser
177-
178-
The `parser` option, if supplied, is used to transform the body of a request
179-
before being set to `req.body`.
180-
181-
```
182-
parser(body) -> req.body
183-
```
184-
185176
### bodyParser.text([options])
186177

187178
Returns middleware that parses all bodies as a string and only looks at
@@ -232,15 +223,6 @@ The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`
232223
where `buf` is a `Buffer` of the raw request body and `encoding` is the
233224
encoding of the request. The parsing can be aborted by throwing an error.
234225

235-
##### parser
236-
237-
The `parser` option, if supplied, is used to transform the body of a request
238-
before being set to `req.body`.
239-
240-
```
241-
parser(body) -> req.body
242-
```
243-
244226
### bodyParser.urlencoded([options])
245227

246228
Returns middleware that only parses `urlencoded` bodies and only looks at

0 commit comments

Comments
 (0)