Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias Method
import { type Method } from "https://deno.land/x/jw_fetch@v0.5.0/src/types.ts";
definition:
| "get"
| "GET"
| "delete"
| "DELETE"
| "head"
| "HEAD"
| "options"
| "OPTIONS"
| "post"
| "POST"
| "put"
| "PUT"
| "patch"
| "PATCH"
| "purge"
| "PURGE"
| "link"
| "LINK"
| "unlink"
| "UNLINK"