Skip to main content
Module

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

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

resolveURL returns a rewrote URL

Parameters

reqUrl: string
basePath: string
optional
rewrites: Record<string, string>