Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/entropy/src/router/functions/url.function.ts>url

The core module of Entropy framework for Deno.
Latest
function url
import { url } from "https://deno.land/x/entropy@1.0.0-beta.17/src/router/functions/url.function.ts";

Parameters

route: RoutePath | { name: string; }
optional
queryParams: Record<string, string> = [UNSUPPORTED]