Skip to main content
Module

x/opineHttpProxy/deps.ts>parseUrl

Proxy middleware for Deno Opine HTTP servers.
Go to Latest
function parseUrl
import { parseUrl } from "https://deno.land/x/opineHttpProxy@3.0.1/deps.ts";

Parse the req url with memoization.

Parameters

req: OpineRequest

Returns

ParsedURL | undefined