Params are part of the request and should be part of the request object of the ctx in koa. Similar to how headers, query, url, method, and other request related data are. This request is more to follow the domain of where data should belong rather than fixing a bug. I have created, forked, updated, and unit tested the code.
Can you submit a PR or something so I have something to look at? Also, your GitHub email and username might need fixed, your commits are not showing with the same @TLPCoder icon/GitHub profile.
Params are part of the request and should be part of the request object of the ctx in koa. Similar to how headers, query, url, method, and other request related data are. This request is more to follow the domain of where data should belong rather than fixing a bug. I have created, forked, updated, and unit tested the code.