Skip to main content
Module

x/hono/middleware.ts

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
import * as hono from "https://deno.land/x/hono@v4.2.4/middleware.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/.

Body Limit Middleware

Method Override Middleware

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