Skip to main content

HttpMethod

Type Alias HttpMethod 

Source
pub type HttpMethod = Method;
Expand description

HTTP 方法提取器

获取当前请求的 HTTP 方法(GET、POST、PUT、DELETE 等)。

Aliased Type§

pub struct HttpMethod(/* private fields */);