pub type Method = String;
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 Method { /* private fields */ }