Skip to main content
Module

x/hono/router.ts>METHODS

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

type

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