koajs / joi-router

Configurable, input and output validated routing for koa
MIT License
450 stars 96 forks source link

Allow form and json parsing options to be configured. #75

Closed nojacko closed 5 years ago

nojacko commented 5 years ago

As the title. I also added documentation for "multipartOptions" as there was a TODO.

codecov[bot] commented 5 years ago

Codecov Report

Merging #75 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #75      +/-   ##
=========================================
+ Coverage   99.59%   99.6%   +<.01%     
=========================================
  Files           3       3              
  Lines         248     253       +5     
  Branches       50      55       +5     
=========================================
+ Hits          247     252       +5     
  Misses          1       1
Impacted Files Coverage Δ
joi-router.js 99.42% <100%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ee6904b...5b18a9f. Read the comment docs.

aheckmann commented 5 years ago

thanks!