trailsjs / trailpack-webserver

:package: Parent to the Web Server Trailpacks (hapi, koa, express4, etc)
MIT License
3 stars 4 forks source link

Feature/parse query params #35

Closed jaumard closed 7 years ago

jaumard commented 7 years ago

Fix https://github.com/trailsjs/trails/issues/189

Give the ability to use query params as ?test=123 ?test=123.23 ?test=null ?test=true

@trailsjs/maintainers feedbacks on this please :)

scott-wyatt commented 7 years ago

Looks like this extends behavior and doesn't break anything, looks good to me.