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

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

Proxy middleware for Deno Oak HTTP servers. 🐿 🦕
Latest
type alias Opine.ParsedURL
import { type Opine } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { ParsedURL } = Opine;
definition: URL & { path?: string | null; query?: string | null; _raw?: string | null; }