import { stringify } from "https://deno.land/std@0.87.0/node/querystring.ts";
Produces a URL query string from a given obj by iterating through the object's "own properties".
Parameters
The substring used to delimit key and value pairs in the query string. Default: '&'.
The substring used to delimit keys and values in the query string. Default: '='.