Skip to main content

is_unsafe_method

Function is_unsafe_method 

Source
pub fn is_unsafe_method(method: &Method) -> bool
Expand description

Returns whether method can mutate state and should be protected by CSRF checks.