create_http_router

Function create_http_router 

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