Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fathym_common/src/common/http/KnownMethod.ts>knownMethods

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
variable knownMethods
import { knownMethods } from "https://deno.land/x/fathym_common@v0.2.165-integration/src/common/http/KnownMethod.ts";

type

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