Appearance
@loontail/minecraft-kit / HttpMethod
Type Alias: HttpMethod
ts
type HttpMethod = "GET" | "POST" | "PUT" | "DELETE";Defined in: src/types/http.ts:23
HTTP method supported by HttpClient.