import { helpers } from "https://deno.land/x/oak_sessions@v4.1.10/deps.ts";
const { getQuery } = helpers;
Given a context, return the .request.url.searchParams
as a Map
of keys
and values of the params.
Given a context, return the .request.url.searchParams
as a record object
of keys and values of the params.