Skip to main content

get

Function get 

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