> Well, uri, uri3, urlly for URL parsing and in the end cgi decodedata does the > job best
On Nim devel branch, you can use `uri.decodeQuery`. <https://nim-lang.github.io/Nim/uri.html#decodeQuery.i%2Cstring>
> Well, uri, uri3, urlly for URL parsing and in the end cgi decodedata does the > job best
On Nim devel branch, you can use `uri.decodeQuery`. <https://nim-lang.github.io/Nim/uri.html#decodeQuery.i%2Cstring>