Skip to content

HttpMethod

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

HTTP methods supported