File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ encoding of the request. The parsing can be aborted by throwing an error.
221221
222222Returns middleware that only parses ` urlencoded ` bodies and only looks at
223223requests where the ` Content-Type ` header matches the ` type ` option. This
224- parser accepts only UTF-8 encoding of the body and supports automatic
225- inflation of ` gzip ` , ` br ` (brotli) and ` deflate ` encodings.
224+ parser accepts only UTF-8 and ISO-8859-1 encodings of the body and supports
225+ automatic inflation of ` gzip ` , ` br ` (brotli) and ` deflate ` encodings.
226226
227227A new ` body ` object containing the parsed data is populated on the ` request `
228228object after the middleware (i.e. ` req.body ` ). This object will contain
You can’t perform that action at this time.
0 commit comments