pub fn get<H, T>(handler: H) -> MethodRouterwhere H: Handler<T>, T: 'static,
Create a GET route handler