Skip to content

HttpMethod

HttpMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS"

Defined in: packages/fetch-kit/src/types.ts:10

HTTP methods supported by the client.