Skip to main content
Module

x/hono/router.ts>METHODS

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable METHODS
import { METHODS } from "https://deno.land/x/hono@v4.2.5/router.ts";

type

| "get"
| "post"
| "put"
| "delete"
| "options"
| "patch"
[]