Skip to main content
Module

x/shed/router.ts>Method

All Worker Tools under a single roof
Latest
type alias Method
import { type Method } from "https://deno.land/x/shed@v0.1.0-pre.10/router.ts";
definition:
| "GET"
| "POST"
| "PUT"
| "PATCH"
| "DELETE"
| "HEAD"
| "OPTIONS"