Skip to content

Type Alias: HttpMethod

ts
type HttpMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE";

Defined in: common.ts:61