Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Method

import type { Method } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";
type Method =
| "GET"
| "HEAD"
| "POST"
| "PUT"
| "PATCH"
| "OPTIONS"
| "DELETE"

§Type

§
"GET" | "HEAD" | "POST" | "PUT" | "PATCH" | "OPTIONS" | "DELETE" | cmnP.UnexpectedEnumValue
[src]