HttpRequestMethod🔗Definition🔗export enum HttpRequestMethod { GET = "GET", PUT = "PUT", POST = "POST", DELETE = "DELETE", PATCH = "PATCH", }