pub fn create_http_router<'a>(
routes: impl Iterator<Item = &'a HttpRoute>,
fallback: ArcHyperService,
) -> RouterService<HttpRoutedService, GatewayRouter, ArcHyperService>pub fn create_http_router<'a>(
routes: impl Iterator<Item = &'a HttpRoute>,
fallback: ArcHyperService,
) -> RouterService<HttpRoutedService, GatewayRouter, ArcHyperService>