koajs / koa

Expressive middleware for node.js using ES2017 async functions
https://koajs.com
MIT License
35.24k stars 3.23k forks source link

Feat: Replace node querystring with URLSearchParams #1828

Closed kravorkid closed 2 months ago

kravorkid commented 5 months ago

Fix #1570 Replace node querystring with URLSearchParams it mimics the way that querystring works

Checklist