pub fn is_unsafe_method(method: &Method) -> bool
Returns whether method can mutate state and should be protected by CSRF checks.
method