import * as hono from "https://deno.land/x/hono@v4.3.11/middleware/trailing-slash/index.ts";
Variables
Append a trailing slash to the URL if it doesn't have one. For example, | |
Trim the trailing slash from the URL if it does have one. For example, |
import * as hono from "https://deno.land/x/hono@v4.3.11/middleware/trailing-slash/index.ts";
Append a trailing slash to the URL if it doesn't have one. For example, | |
Trim the trailing slash from the URL if it does have one. For example, |