Skip to main content
Module

x/hono/middleware.ts>trimTrailingSlash

Web Framework built on Web Standards
Extremely Popular
Go to Latest
variable trimTrailingSlash
import { trimTrailingSlash } from "https://deno.land/x/hono@v4.2.6/middleware.ts";

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

Examples

app.use(trimTrailingSlash())