import * as mod from "https://deno.land/std@0.116.0/node/querystring.ts";
Variables
Alias of querystring.parse() | |
Alias of querystring.stringify() | |
Performs URL percent-encoding on the given | |
Performs decoding of URL percent-encoded characters on the given |
Functions
Parses a URL query string into a collection of key and value pairs. | |
Produces a URL query string from a given obj by iterating through the object's "own properties". | |
A safe fast alternative to decodeURIComponent |