Module

x/aleph/framework/core/routing.ts>rewriteURL

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function rewriteURL
import { rewriteURL } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.17/framework/core/routing.ts";

rewriteURL returns a rewrited URL

Parameters

reqUrl: string
baseURL: string
rewrites: Record<string, string>