You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let router = setup_rule_with_response_status_codes();
8701
-
let default_config = RouterConfig::default();
8702
-
let request = Request::new(PathAndQueryWithSkipped::from_config(&default_config,r#"/something"#),r#"/something"#.to_string(),None,None,None,None,None);
8703
-
let request_configured = Request::rebuild_with_config(&router.config,&request);
8704
-
let matched = router.match_request(&request_configured);
8705
-
let traces = router.trace_request(&request_configured);
8706
-
let routes_traces = Trace::<Rule>::get_routes_from_traces(&traces);
0 commit comments