http_router_with_options

Function http_router_with_options 

Source
pub fn http_router_with_options(
    service: impl KernelService + Send + 'static,
    options: HttpKernelOptions,
) -> Router