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

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

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

Parse the req original url with fallback and memoization.

Parameters

req: OpineRequest

Returns

ParsedURL | undefined