Type alias HTTPMethod

HTTPMethod: "GET" | "HEAD" | "POST" | "PUT" | "PATCH" | "get" | "head" | "post" | "put" | "patch"

Generated using TypeDoc