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

expressjs / body-parser / 287 / 3
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 28 Jan 2015 06:43AM UTC
Files 6
Run time 4s
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

28 Jan 2015 06:41AM UTC coverage: 100.0%. Remained the same
287.3

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

254 of 254 relevant lines covered (100.0%)

392.89 hits per line

Source Files on job 287.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 287
  • Travis Job 287.3
  • a2b460b1 on github
  • Prev Job for on master (#285.1)
  • Next Job for on master (#288.3)
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