import { stringify } from "https://dotland.deno.dev/std@0.177.0/node/querystring.ts";
Produces a URL query string from a given obj by iterating through the object's "own properties".
import { stringify } from "https://dotland.deno.dev/std@0.177.0/node/querystring.ts";
Produces a URL query string from a given obj by iterating through the object's "own properties".