Type alias HTTPMethod

HTTPMethod: "GET" | "POST" | "HEAD" | "OPTIONS" | "PUT" | "DELETE" | "PATCH"

Generated using TypeDoc