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 6b32200 commit 7814638Copy full SHA for 7814638
‎lib/types/urlencoded.js‎
@@ -33,10 +33,6 @@ function urlencoded (options) {
33
var opts = options || {}
34
35
var extended = Boolean(opts.extended)
36
- var inflate = opts.inflate !== false
37
- var limit = typeof opts.limit !== 'number'
38
- ? bytes.parse(opts.limit || '100kb')
39
- : opts.limit
40
var type = opts.type || 'application/x-www-form-urlencoded'
41
var charset = opts.charset || 'utf-8'
42
0 commit comments