Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/opine/src/utils/parseUrl.ts>parseUrl

Fast, minimalist web framework for Deno ported from ExpressJS.
Go to Latest
function parseUrl
import { parseUrl } from "https://deno.land/x/opine@2.2.0/src/utils/parseUrl.ts";

Parse the req url with memoization.

Returns

ParsedURL | undefined