cmorten / opine

Minimalist web framework for Deno ported from ExpressJS.
https://github.com/cmorten/opine/blob/main/.github/API/api.md
MIT License
854 stars 43 forks source link

[FEAT] Support `query parser` application setting #71

Closed asos-craigmorten closed 4 years ago

asos-craigmorten commented 4 years ago

Issue

Setup:

This issue is to support the query parser (and query parser fn) application setting, allowing users to support custom querystring parsers in Opine.

Details

See:

There isn't currently a qs library Deno equivalent, but we can look to implement the application setting allowing us to pass a custom parser function as well as investigating PIKA/SkyPack/JSPM to see if using qs is an option.