Skip to main content

put

Function put 

Source
pub fn put<H, T>(handler: H) -> MethodRouter
where H: Handler<T>, T: Send + Sync + 'static,