qs icon indicating copy to clipboard operation
qs copied to clipboard

qs for koa, and use querystring more safely.

Results 3 qs issues
Sort by recently updated
recently updated
newest added

How to use import qs from 'koa-qs' instead of require('koa-qs')(app)

enhancement

## Describe the feature We want to use koa-qs 3.0.0 with the custom decoder function, but the types for koa-qs in `@types/koa-qs` do not exist for version 3. is that...

enhancement

## Checklist - [x] I have ensured my pull request is not behind the main or master branch of the original repository. - [x] I have rebased all commits where...