Module

x/hono/middleware/trailing-slash/index.ts

Web Framework built on Web Standards
Extremely Popular
Go to Latest
import * as mod from "https://dotland.deno.dev/x/hono@v4.3.9/middleware/trailing-slash/index.ts";

Variables

Append a trailing slash to the URL if it doesn't have one. For example, /path/to/page will be redirected to /path/to/page/.

Trim the trailing slash from the URL if it does have one. For example, /path/to/page/ will be redirected to /path/to/page.