HttpMethod Example Usage import { HttpMethod } from "@speakeasyapi/code-samples/models/components"; let value: HttpMethod = "delete"; Values "get" | "post" | "put" | "patch" | "delete" | "head" | "options" | "trace"