Skip to main content
Module

x/opine/src/middleware/query.ts>query

Minimalist web framework for Deno ported from ExpressJS.
Latest
variable query
import { query } from "https://deno.land/x/opine@2.3.4/src/middleware/query.ts";

Exposes a query object containing the querystring parameters of the request url.

type

(options: any) => unknown