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