Module

x/hono/router.ts>METHODS

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

type

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