Hello there!
It's often required to parse a query string while handling HTTP requests. So, I decided to implement parseQueryString helper. Additionally, I added the optional parameter for url.parseUrl helper in order to get a parsed query string.
Please, consider the pull request.