pub type HttpMethod = String;
HTTPMethod describes how to select a HTTP route by matching the HTTP method as defined by RFC 7231 and RFC 5789. The value is expected in upper case.
struct HttpMethod { /* private fields */ }