Function actix_web::guard::Method

source ยท
pub fn Method(method: Method) -> impl Guard
Expand description

Creates a guard that matches a specified HTTP method.