Hi, I just need to decode a query string for a HTTP service, but I can't find a function to do that. I can't begin to imagine that I'm the first person with a need like that. In the [uri](https://nim-lang.org/docs/uri.html) package there are `encodeQuery` and `encodeUrl` functions, there is `decodeUrl` but no `decodeQuery`. Where is that function?
Thank you
