buildQueryString in aurelia-path has tradidional argument which triggers different way to format query params.
Currently HttpClient doesn't have similar param, therefore I have to build the query manually and append to url instead of using withParams RequestBuilder method.