Module

x/fresh/src/server/deps.ts>rutt.knownMethods

The next-gen web framework.
Extremely Popular
Go to Latest
variable rutt.knownMethods
import { rutt } from "https://dotland.deno.dev/x/fresh@1.1.5/src/server/deps.ts";
const { knownMethods } = rutt;

All known HTTP methods.

type

| "GET"
| "HEAD"
| "POST"
| "PUT"
| "DELETE"
| "OPTIONS"
| "PATCH"
[]