Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oak_http_proxy/test/deps.ts>Opine.query

Proxy middleware for Deno Oak HTTP servers. 🐿 🦕
Latest
variable Opine.query
import { Opine } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { query } = Opine;

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

type

(options: any) => unknown