Type Alias Method

Source
pub type Method = String;
Expand description

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.

Aliased Typeยง

struct Method { /* private fields */ }