• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

expressjs / body-parser / 287
99%

Build:
DEFAULT BRANCH: master
Ran 28 Jan 2015 06:42AM UTC
Jobs 2
Files 6
Run time 12s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
287

Pull #78

travis-ci

VictorBargains
Adding 'depth' option for extended urlencoded parsing

When specifying the options for extended urlencoded parsing, this change allows a 'depth' option to be specified, which will override the default of 5 levels deep which qs uses to limit the expansion of foo[0][1][2][3][4][5][6][baz]. By default, baz would not be expanded. If a depth parameter is passed to the parser, it can be set to a high enough value that baz would be parsed and then be accessible as req.body.foo[0][1][2][3][4][5][6].baz instead of req.body.foo[0][1][2][3][4][5] == "[6][baz]".

Usage: 
`app.use(bodyParser.urlencoded({ extended: true, depth: 9 }));`
Pull Request #78: Adding 'depth' option for extended urlencoded parsing

1 of 1 new or added line in 1 file covered. (100.0%)

254 of 254 relevant lines covered (100.0%)

785.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 287.1 28 Jan 2015 06:42AM UTC 0
100.0
Travis Job 287.1
3 287.3 28 Jan 2015 06:43AM UTC 0
100.0
Travis Job 287.3
Source Files on build 287
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #287
  • Pull Request #78
  • PR Base - master (#285)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc