Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/deps.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.1/deps.ts";
definition:
| "GET"
| "POST"
| "DELETE"
| "PUT"
| "PATCH"
| "OPTIONS"
| "HEAD"
definition:
| "GET"
| "POST"
| "DELETE"
| "PUT"
| "PATCH"
| "OPTIONS"
| "HEAD"