Function read_with_config

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