Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias RequestMethod
import { type RequestMethod } from "https://deno.land/x/cdek@v1.0.9/src/types/lib.ts";
definition:
| "GET"
| "POST"
| "PUT"
| "PATCH"
| "DELETE"