put_route

Function put_route 

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

Create a PUT route