pub async fn handle_request<H>(
    cors: CorsConfig,
    router: &Router<'_, H>
) -> Result<(), Error>
where H: HtsGet + Send + Sync + 'static,