Closed asos-craigmorten closed 4 years ago
Setup:
This issue is to support the query parser (and query parser fn) application setting, allowing users to support custom querystring parsers in Opine.
query parser
query parser fn
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.
qs
Issue
Setup:
This issue is to support the
query parser
(andquery 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 usingqs
is an option.