We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a43910 commit 86804feCopy full SHA for 86804fe
‎lib/types/urlencoded.js
@@ -39,10 +39,6 @@ function urlencoded (options) {
39
var opts = options || {}
40
41
var extended = Boolean(opts.extended)
42
- var inflate = opts.inflate !== false
43
- var limit = typeof opts.limit !== 'number'
44
- ? bytes.parse(opts.limit || '100kb')
45
- : opts.limit
46
var type = opts.type || 'application/x-www-form-urlencoded'
47
var charset = opts.charset || 'utf-8'
48
0 commit comments