Type Alias junction_api::http::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 */ }