Skip to content

HTTPMethod

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

Defined in: domains/http.ts:4