Type Alias: HttpMethod type HttpMethod: | "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "OPTIONS" | "HEAD";