Skip to main content
Module

x/kubernetes_apis/common.ts>HttpMethods

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
type alias HttpMethods
import { type HttpMethods } from "https://deno.land/x/kubernetes_apis@v0.5.0/common.ts";
definition:
| "GET"
| "POST"
| "DELETE"
| "PUT"
| "PATCH"
| "OPTIONS"
| "HEAD"