We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7b9cb14 commit 29c8cd0Copy full SHA for 29c8cd0
README.md
@@ -315,6 +315,12 @@ to this middleware. This module operates directly on bytes only and you cannot
315
call `req.setEncoding` when using this module. The `status` property is set to
316
`500`.
317
318
+### too many parameters
319
+
320
+This error will occur when the content of the request exceeds the configured
321
+`parameterLimit` for the `urlencoded` parser. The `status` property is set to
322
+`413`.
323
324
### unsupported charset "BOGUS"
325
326
This error will occur when the request had a charset parameter in the
0 commit comments