koajs / koa

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

Feat: Replace node querystring with URLSearchParams #1828

Open kravorkid opened 1 month ago

kravorkid commented 1 month ago

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

Checklist