Module

x/opine/deps.ts>parse

Fast, minimalist web framework for Deno ported from ExpressJS.
Go to Latest
function parse
import { parse } from "https://dotland.deno.dev/x/opine@2.2.0/deps.ts";

Parses a URL query string into a collection of key and value pairs.

Parameters

str: string

The URL query string to parse

optional
sep = [UNSUPPORTED]

The substring used to delimit key and value pairs in the query string. Default: '&'.

optional
eq = [UNSUPPORTED]

The substring used to delimit keys and values in the query string. Default: '='.

optional
unnamed 3: ParseOptions = [UNSUPPORTED]

The parse options

Returns

ParsedUrlQuery