Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

rewriteURL returns a rewrited URL

Parameters

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