import { parse } from "https://deno.land/std@0.104.0/node/querystring.ts";
Parses a URL query string into a collection of key and value pairs.
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: '='.