pub async fn build_router_with_auth_and_latency(
_spec_path: Option<String>,
_options: Option<()>,
_auth_config: Option<AuthConfig>,
_latency_injector: Option<LatencyInjector>,
) -> Router
Expand description
Build the base HTTP router with authentication and latency support