patch_route

Function patch_route 

Source
pub fn patch_route<H, T>(path: &'static str, handler: H) -> Route
where H: Handler<T>, T: 'static,
Expand description

Create a PATCH route