Type Alias HttpMethod

HttpMethod:
    | "get"
    | "head"
    | "options"
    | "post"
    | "put"