pub type HttpMethod = Method;
HTTP 方法提取器
获取当前请求的 HTTP 方法(GET、POST、PUT、DELETE 等)。
pub struct HttpMethod(/* private fields */);