Type Alias HttpMethod

HttpMethod:
    | "GET"
    | "POST"
    | "PUT"
    | "DELETE"
    | "PATCH"
    | "HEAD"
    | "OPTIONS"
    | "COMMAND"

Standard HTTP methods supported by Wings framework